(bug 27833) CollapsibleTabs doesn't collapse tabs due to JS errors
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 21 Apr 2011 14:39:45 +0000 (14:39 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 21 Apr 2011 14:39:45 +0000 (14:39 +0000)
commitbedecf22406ffd31f93170596b91fab5f047fc69
tree054de0c5bb1820de9712b06dba216aaa2f32e52b
parent0327a95ea12532ef1537316163ad2f50027cdc44
(bug 27833) CollapsibleTabs doesn't collapse tabs due to JS errors
* Change remove() to detach() so .data() isn't lost
* Be more careful using the parent's .data() in addData()
* Change ele (which mysteriously isn't available in the closure) to this, they're the same anyway
resources/jquery/jquery.collapsibleTabs.js