diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-04-23 07:05:15 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-04-23 07:05:15 -0700 |
commit | 80af9f0f17ce5ac10ceefc9d3d0736b3d4c1c2aa (patch) | |
tree | c63329b8e848dbb14400ffa3d9ecf0d122531fec /modules/server_add/js/admin.js | |
parent | cfa96d34e86d52dcbb81288782f14832e4e9dbc2 (diff) |
Inline admin JS into admin_server_add.html.php. Fixes #1686.
Diffstat (limited to 'modules/server_add/js/admin.js')
-rw-r--r-- | modules/server_add/js/admin.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/server_add/js/admin.js b/modules/server_add/js/admin.js deleted file mode 100644 index 9d7bd181..00000000 --- a/modules/server_add/js/admin.js +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Set up autocomplete on the server path list - * - */ -$("document").ready(function() { - $("#g-path").autocomplete( - base_url.replace("__ARGS__", "admin/server_add/autocomplete"), {max: 256}); -}); |