Skip to content

Commit 116fcb4

Browse files
committed
miqAsyncAjaxButton is unused as of 07c32fe
1 parent c16d8a2 commit 116fcb4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/javascript/oldjs/services/miq_service.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ ManageIQ.angular.app.service('miqService', ['$q', 'API', '$window', function($q,
2323
miqAjaxButton(url, serializeFields, options);
2424
};
2525

26-
this.miqAsyncAjaxButton = function(url, serializeFields) {
27-
miqJqueryRequest(url, {beforeSend: true, data: serializeFields});
28-
};
29-
3026
this.jqueryRequest = function(url, options) {
3127
return miqJqueryRequest(url, options);
3228
};

0 commit comments

Comments
 (0)