mirror of
https://github.com/clearlinux/clearlinux.github.io.git
synced 2026-07-26 14:46:34 +00:00
12 lines
297 B
JavaScript
12 lines
297 B
JavaScript
/**
|
|
* DO NOT EDIT THIS FILE.
|
|
* See the following change record for more information,
|
|
* https://www.drupal.org/node/2815083
|
|
* @preserve
|
|
**/
|
|
|
|
(function (Drupal) {
|
|
Drupal.theme.ajaxProgressBar = function ($element) {
|
|
return $element.addClass('ajax-progress ajax-progress-bar');
|
|
};
|
|
})(Drupal); |