2019-09-20 23:22:03 +00:00
|
|
|
/**
|
|
|
|
* DO NOT EDIT THIS FILE.
|
|
|
|
* See the following change record for more information,
|
|
|
|
* https://www.drupal.org/node/2815083
|
|
|
|
* @preserve
|
|
|
|
**/
|
|
|
|
|
2021-12-18 06:12:16 +00:00
|
|
|
(Drupal => {
|
|
|
|
Drupal.theme.ajaxProgressBar = $element => $element.addClass('ajax-progress ajax-progress-bar');
|
2019-09-20 23:22:03 +00:00
|
|
|
})(Drupal);
|