X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=js%2Fglquicksearch.js;fp=js%2Fglquicksearch.js;h=0000000000000000000000000000000000000000;hp=2b8b3dfd94a1e79d1f2e4ed81999c69880d956cc;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/js/glquicksearch.js b/js/glquicksearch.js deleted file mode 100644 index 2b8b3dfd9..000000000 --- a/js/glquicksearch.js +++ /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 - }); -});