X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4ee1cfb08ed71173331fe2de06e83a5b2b81e6a2..c264d7c975209abe5cd41073e1c073d02763129d:/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;