blob: 2f9546f12a7d508d9336a0acddcec48a882d9f49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/**
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/2815083
* @preserve
**/
(Drupal => {
Drupal.theme.ajaxProgressBar = $element => $element.addClass('ajax-progress ajax-progress-bar');
})(Drupal);
|