Rewrite the HTML debugging output to generate an svg file directly instead going
[tatoo.git] / tools / add_onclick.sh
diff --git a/tools/add_onclick.sh b/tools/add_onclick.sh
deleted file mode 100755 (executable)
index 98028a2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-cat "$1" | sed -e "s/id=\\(\"node[0-9]*\"\\)/id=\\1 onclick='activate(\\1);' /"