Fixed issue in useroptions option type
authorMarcel Werk <burntime@woltlab.com>
Thu, 1 Sep 2016 14:13:53 +0000 (16:13 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 1 Sep 2016 14:13:53 +0000 (16:13 +0200)
wcfsetup/install/files/acp/templates/useroptionsOptionType.tpl

index 07213a4af316cf945ba80167e54a21742101ac74..8402b79d1944322ec5d9fc7e3c2fabbc69903f3b 100644 (file)
@@ -8,7 +8,7 @@
                                
                                // select the tab the sortable list is in as jQuery's sortable requires
                                // the sortable list to be visible
-                               tabMenu.select(null, DomTraverse.parentByClass(sortableList, 'tabMenuContent'));
+                               tabMenu.select(elData(DomTraverse.parentByClass(sortableList, 'tabMenuContent'), 'name'));
                                
                                new WCF.Sortable.List('{$option->optionName}SortableList', null, 0, { }, true);