Continuation of the rename of jquery.autocomplete.pack.js

This commit is contained in:
Tim Almdal
2009-03-04 19:50:08 +00:00
parent 6d7fa5875a
commit 8575e2b0d1
@@ -27,7 +27,7 @@ class server_add_theme_Core {
$csrf = access::csrf_token();
$head[] = "<script> var base_url = \"$base\"; var csrf = \"$csrf\";</script>";
$head[] = html::script("lib/jquery.autocomplete.pack.js");
$head[] = html::script("lib/jquery.autocomplete.js");
$head[] = html::script("modules/server_add/js/admin.js");
}