s/.find/find
This commit is contained in:
parent
0719735feb
commit
5a37541299
10 changed files with 18 additions and 20 deletions
|
|
@ -39,7 +39,7 @@ pandora.ui.listDialog = function(section) {
|
|||
$findElement[data.selected == 'icon' ? 'show' : 'hide']();
|
||||
}
|
||||
});
|
||||
pandora.$ui.listDialogTabPanel.$element.find('.OxButtonGroup').css({width: '256px'});
|
||||
pandora.$ui.listDialogTabPanel.find('.OxButtonGroup').css({width: '256px'});
|
||||
|
||||
var $findElement = Ox.FormElementGroup({
|
||||
elements: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue