summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ajax_loading_spinner.js
Commit message (Collapse)AuthorAgeFilesLines
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
| | | | Partially addresses #47006.
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
|
* Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda2017-10-091-4/+1
|
* Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling2017-08-041-1/+1
|
* on branch deletion show loading icon and disabled the buttonwendy04022017-02-221-0/+35
after user click delete branch, there is no processing indication, and user can click many times till. It seems flaw in UX. this will fix it fix bug in branch deletion link