Skip to content

Commit

Permalink
QE javascripts: remove obsolete Prototype stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpovolny committed Oct 4, 2016
1 parent c8ff89e commit 774bf84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/assets/javascripts/miq_qe.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ ManageIQ.qe.anythingInFlight = function() {
(state.debounce) ||
(state.document != 'complete') ||
(state.jquery != 0) ||
(state.prototype != 0) ||
(state.spinner);
};

Expand All @@ -80,7 +79,6 @@ ManageIQ.qe.inFlight = function() {
debounce: ManageIQ.qe.debounceRunning(),
document: document.readyState,
jquery: $.active,
prototype: (typeof Ajax === "undefined") ? 0 : Ajax.activeRequestCount,
spinner: ManageIQ.qe.spinnerPresent(),
};
};

0 comments on commit 774bf84

Please sign in to comment.