We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932e403 commit d2662a1Copy full SHA for d2662a1
app/javascript/oldjs/miq_application.js
@@ -842,18 +842,6 @@ window.miqSendDateRequest = function(el) {
842
return miqObserveRequest(urlstring, options);
843
};
844
845
-// common function to pass ajax request to server
846
-window.miqAjaxRequest = function(itemId, path) {
847
- if (miqCheckForChanges()) {
848
- miqJqueryRequest(
849
- miqPassFields(path, { id: itemId }),
850
- { beforeSend: true, complete: true }
851
- );
852
- return true;
853
- }
854
- return false;
855
-};
856
-
857
// Handle an element onclick to open href in a new window with optional confirmation
858
window.miqClickAndPop = function(el) {
859
const conmsg = el.getAttribute('data-miq_confirm');
0 commit comments