Skip to content

Commit c91c5e1

Browse files
committed
restAjaxButton is unused as of 753534f
1 parent a44ad78 commit c91c5e1

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
@@ -27,10 +27,6 @@ ManageIQ.angular.app.service('miqService', ['$q', 'API', '$window', function($q,
2727
miqJqueryRequest(url, {beforeSend: true, data: serializeFields});
2828
};
2929

30-
this.restAjaxButton = function(url, button, dataType, data) {
31-
miqRESTAjaxButton(url, button, dataType, data);
32-
};
33-
3430
this.jqueryRequest = function(url, options) {
3531
return miqJqueryRequest(url, options);
3632
};

0 commit comments

Comments
 (0)