Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / js / glquicksearch.js
diff --git a/js/glquicksearch.js b/js/glquicksearch.js
deleted file mode 100644 (file)
index 2b8b3df..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-$(function() {
-  $( "#glquicksearch" ).autocomplete({
-    source: "controller.pl?action=GL/quicksearch",
-    minLength: 3,
-    select: function(event, ui) {
-           var url = ui.item.url;
-           if(url != '#') {
-               location.href = url;
-           }
-       },
-    html: false,
-    autoFocus: true
-  });
-});