From aaf76e0a5250c49160f937f33b7df5d863626e6b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 22 Aug 2014 20:14:28 +0200 Subject: [PATCH] dont run unfinished code --- source/Ox/js/DOM.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox/js/DOM.js b/source/Ox/js/DOM.js index bdb809d3..a27d9da9 100644 --- a/source/Ox/js/DOM.js +++ b/source/Ox/js/DOM.js @@ -53,6 +53,7 @@ Ox.$ = Ox.element = function(value) { } function removeOxElements(parent, includeParent) { + return; if (includeParent) { removeOxElement(parent); } else {