summaryrefslogtreecommitdiff
path: root/modules/g2_import/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-23 01:09:30 -0500
committerBharat Mediratta <bharat@menalto.com>2013-02-23 01:09:30 -0500
commit9d6ed037bb5b346fba900c17ba57b34dae3b6fc8 (patch)
tree2caddad82bfa6a6ad5f45ea0199c2d0539278026 /modules/g2_import/views
parent42878556cf38bccfea2b9b38ab2c8dd90d1ebc88 (diff)
parentf95159c0b886a2ff724d6fa9a9315460186b02ef (diff)
Merge branch 'jquery_190'
Diffstat (limited to 'modules/g2_import/views')
-rw-r--r--modules/g2_import/views/admin_g2_import.html.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php
index 22e19f5b..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(
"<?= url::site("__ARGS__") ?>".replace("__ARGS__", "admin/g2_import/autocomplete"),
- {
- max: 256,
- loadingClass: "g-loading-small",
- });
+ {});
});
</script>
@@ -25,9 +22,9 @@ $("document").ready(function() {
.tabs("disable", 1)
.tabs("disable", 2)
<? elseif ($g3_resource_count > .9 * $g2_resource_count): ?>
- .tabs("select", 2)
+ .tabs({active: 2})
<? else: ?>
- .tabs("select", 1)
+ .tabs({active: 1})
<? endif ?>
;