mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 01:33:51 -04:00
Updated for the new jQuery tabs API.
This commit is contained in:
@@ -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 ?>
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user