forked from 0x2620/pandora
s/.find/find
This commit is contained in:
parent
0719735feb
commit
5a37541299
10 changed files with 18 additions and 20 deletions
|
|
@ -73,8 +73,7 @@ pandora.ui.titlesDialog = function() {
|
|||
);
|
||||
},
|
||||
open: function(data) {
|
||||
$list.$element
|
||||
.find('.OxItem.OxSelected > .OxCell.OxColumnSorttitle')
|
||||
$list.find('.OxItem.OxSelected > .OxCell.OxColumnSorttitle')
|
||||
.trigger('mousedown')
|
||||
.trigger('mouseup');
|
||||
},
|
||||
|
|
@ -168,7 +167,7 @@ pandora.ui.titlesDialog = function() {
|
|||
fontSize: '9px',
|
||||
textAlign: 'center',
|
||||
})
|
||||
.appendTo(that.$element.find('.OxButtonsbar'));
|
||||
.appendTo(that.find('.OxButtonsbar'));
|
||||
|
||||
return that;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue