forked from 0x2620/pandora
Ox.UI.elements -> Ox.elements
This commit is contained in:
parent
f6d95265a6
commit
55f84fb7f4
3 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
|
||||
function enableDragAndDrop() {
|
||||
pandora.enableDragAndDrop(
|
||||
Ox.UI.elements[that.find('.OxIconList').data('oxid')],
|
||||
Ox.elements[that.find('.OxIconList').data('oxid')],
|
||||
edit.editable
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue