temporarily disable removal of OxElements

This commit is contained in:
rolux 2014-08-21 17:42:11 +02:00
parent 62d96cd822
commit e18310fe53

View file

@ -53,6 +53,7 @@ Ox.$ = Ox.element = function(value) {
}
function removeOxElements(parent, includeParent) {
return;
if (includeParent) {
removeOxElement(parent);
} else {