Skip to content

Commit 67ef2d6

Browse files
author
Marius Cramer
committed
- fixed javascript position in file (template vars)
1 parent 06339e0 commit 67ef2d6

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

interface/web/themes/default/assets/javascripts/ispconfig.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -705,13 +705,4 @@ $(document).on('ready', function () {
705705
e.preventDefault();
706706
}
707707
});
708-
709-
$('#globalsearch').ispconfigSearch({
710-
dataSrc: '/dashboard/ajax_get_json.php?type=globalsearch',
711-
resultsLimit: '$ <tmpl_var name="globalsearch_resultslimit_of_txt"> % <tmpl_var name="globalsearch_resultslimit_results_txt">',
712-
noResultsText: '<tmpl_var name="globalsearch_noresults_text_txt">',
713-
noResultsLimit: '<tmpl_var name="globalsearch_noresults_limit_txt">',
714-
searchFieldWatermark: '<tmpl_var name="globalsearch_searchfield_watermark_txt">',
715-
resultBoxPosition: ''
716-
});
717708
});

0 commit comments

Comments
 (0)