Skip to content
Snippets Groups Projects

Issue #3417777: Removed code that calls glyphiconStop() on the Ajax success.

1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
+ 0
9
@@ -120,15 +120,6 @@
Drupal.Ajax.prototype.success = function (response, status) {
if (this.progress.element) {
// Stop a glyphicon throbber.
if (this.progress.glyphicon) {
this.glyphiconStop(this.progress.element);
}
// Remove the progress element.
else {
this.progress.element.remove();
}
// Remove any message set.
this.progress.element.parent().find('.message').remove();
}
Loading