diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-17 00:30:56 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-17 00:30:56 -0500 |
commit | a000540565dacd0c83418d88dfda63e8e255dbc3 (patch) | |
tree | ef449ba543f70805d911762a16e7941d295867f0 | |
parent | d632ef3e50252d388c272cacd29e8cc6e4949cec (diff) |
Updated for the new jQuery tabs API.
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 4 |
1 files changed, 2 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 22e19f5b..09aa6fae 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -25,9 +25,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 ?> ; |