Skip to content

Commit 78162ed

Browse files
committed
jqueryRequest is unused as of 807cab9
1 parent 116fcb4 commit 78162ed

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.jqueryRequest = function(url, options) {
27-
return miqJqueryRequest(url, options);
28-
};
29-
3026
this.refreshSelectpicker = function() {
3127
$('select').selectpicker('refresh');
3228
};

0 commit comments

Comments
 (0)