summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/debug.js4
-rw-r--r--js/lfpe.js1
2 files changed, 5 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>'));
+
})
diff --git a/js/lfpe.js b/js/lfpe.js
index 334fd16..9e7b9af 100644
--- a/js/lfpe.js
+++ b/js/lfpe.js
@@ -320,6 +320,7 @@ function Next()
$("#next").html("Next");
$("#oov_tgt0").focus();
not_working(false);
+ DE_locked = true;
// translation mode
} else {