aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/js')
-rw-r--r--lib/js/urweb.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/js/urweb.js b/lib/js/urweb.js
index a7fed038..57a03fb2 100644
--- a/lib/js/urweb.js
+++ b/lib/js/urweb.js
@@ -700,10 +700,6 @@ function lastParent() {
var thisScript = null;
-function parent() {
- return thisScript ? thisScript.parentNode : lastParent();
-}
-
function addNode(node) {
if (thisScript) {
if (thisScript.parentNode)