first commit
This commit is contained in:
commit
346d1cb29d
287 changed files with 43533 additions and 0 deletions
11
core/themes/stable/js/ajaxdfb4.js
Normal file
11
core/themes/stable/js/ajaxdfb4.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* 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);
|
Loading…
Add table
Add a link
Reference in a new issue