[datapress] r152 committed - fixed bug where editing an element would not auto-select the right typ...

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 23, 2011, 10:22:17 PM2/23/11
to datapres...@googlegroups.com
Revision: 152
Author: edward.benson
Date: Wed Feb 23 19:21:35 2011
Log: fixed bug where editing an element would not auto-select the right
type tab
http://code.google.com/p/datapress/source/detail?r=152

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);
}

Reply all
Reply to author
Forward
0 new messages