X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/835e3fd9a0114f9aec38af6c98f69a66cec61bdc..46c987b8b139347af65a470ed377ed6cccca545c:/SL/Layout/Top.pm diff --git a/SL/Layout/Top.pm b/SL/Layout/Top.pm index 165134ddc..47ab065fb 100644 --- a/SL/Layout/Top.pm +++ b/SL/Layout/Top.pm @@ -18,8 +18,8 @@ sub stylesheets { } sub javascripts { - ('js/quicksearch_input.js') x!! $::auth->assert('customer_vendor_edit', 1), - ('js/glquicksearch.js') x!! $::auth->assert('general_ledger', 1) + ('jquery-ui.js', 'quicksearch_input.js') x!! $::auth->assert('customer_vendor_edit', 1), + ('jquery-ui.js', 'glquicksearch.js') x!! $::auth->assert('general_ledger', 1) } 1;