temporarily disable removal of OxElements
This commit is contained in:
parent
62d96cd822
commit
e18310fe53
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ Ox.$ = Ox.element = function(value) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeOxElements(parent, includeParent) {
|
function removeOxElements(parent, includeParent) {
|
||||||
|
return;
|
||||||
if (includeParent) {
|
if (includeParent) {
|
||||||
removeOxElement(parent);
|
removeOxElement(parent);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue