Skip to content

Commit 490e863

Browse files
committed
miqSearchByName unused as of 450960c
1 parent d2662a1 commit 490e863

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/javascript/oldjs/miq_application.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -918,13 +918,6 @@ window.miq_tabs_show_hide = function(tab_id, show) {
918918
$(tab_id).toggleClass('hidden', !show);
919919
};
920920

921-
// Send explorer search by name via ajax
922-
window.miqSearchByName = function(button) {
923-
if (button == null) {
924-
miqJqueryRequest('x_search_by_name', { beforeSend: true, data: miqSerializeForm('searchbox') });
925-
}
926-
};
927-
928921
// Send transaction to server so automate tree selection box can be made active
929922
// and rest of the screen can be blocked
930923
window.miqShowAE_Tree = function(typ) {

0 commit comments

Comments
 (0)