summaryrefslogtreecommitdiff
path: root/js/debug.js
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-12-04 00:33:21 +0100
committerPatrick Simianer <p@simianer.de>2015-12-04 00:33:21 +0100
commit958ce7102f5b0c9fac27d164394c8b13cf8b24f2 (patch)
tree5588612cadaa14a3490e43d553f4657ae044f3eb /js/debug.js
parenta51b3ba4aee67f0c0ef9d9c2250b17f6718404ce (diff)
integrated phrase-phrase-extraction, save svg
Diffstat (limited to 'js/debug.js')
-rw-r--r--js/debug.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/debug.js b/js/debug.js
index 76c7b80..633a5c4 100644
--- a/js/debug.js
+++ b/js/debug.js
@@ -7,5 +7,9 @@ $().ready(function()
}});
})
})
+
+ var d = atob(document.getElementById("svg_b64").innerHTML);
+ $('#svg').append($('<svg width="10000px">'+d+'</svg>'));
+
})