From 9345dde83e1f092a9309c45282dc21e3fd408875 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 17 Feb 2013 00:39:30 -0500 Subject: Fix autocomplete for admin_g2_import. --- modules/g2_import/views/admin_g2_import.html.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/g2_import/views') diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 09aa6fae..fd9487e4 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -5,10 +5,7 @@ $("document").ready(function() { $("form input[name=embed_path]").gallery_autocomplete( "".replace("__ARGS__", "admin/g2_import/autocomplete"), - { - max: 256, - loadingClass: "g-loading-small", - }); + {}); }); -- cgit v1.2.3