Modified:
/trunk/plugin/configurator/configurator.js.php
=======================================
--- /trunk/plugin/configurator/configurator.js.php Thu Sep 10 14:55:49 2009
+++ /trunk/plugin/configurator/configurator.js.php Wed Feb 23 19:21:35 2011
@@ -110,7 +110,7 @@
})
.end();
tab_parent_id = tabid.substr(0, tabid.lastIndexOf("-")) + "-tabs";
- jQuery("#" + tab_parent_id + "> ul").tabs('select', "#" + tabid);
+ jQuery("#" + tab_parent_id).tabs('select', "#" + tabid);
removeExhibitElementLink(liid);
}