diff options
author | shadlaws <shad@shadlaws.com> | 2013-03-10 22:08:16 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-03-10 22:08:16 +0100 |
commit | b43349f4de3612da1757a9293d205e081640e106 (patch) | |
tree | d889666aa30dca8c09bf6f00d8d672ce1a282537 /modules/g2_import/views/admin_g2_import.html.php | |
parent | 4d631a4cad515984fd202fbaa124b6a01f156379 (diff) |
#2048 - Remove unneeded jquery.autocomplete.css/js inclusions.
- removed autocomplete.css/js calls in server_add, tag, and g2_import.
- revised xss_data.txt golden file (line number changes only).
Diffstat (limited to 'modules/g2_import/views/admin_g2_import.html.php')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index fd9487e4..adde83ce 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -1,6 +1,4 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<?= $theme->css("jquery.autocomplete.css") ?> -<?= $theme->script("jquery.autocomplete.js") ?> <script type="text/javascript"> $("document").ready(function() { $("form input[name=embed_path]").gallery_autocomplete( |