use html and js escapes for tpl strings

This commit is contained in:
2017-08-06 02:15:31 +02:00
parent 0a731bd35e
commit 4eaee9389d
10 changed files with 40 additions and 35 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
try {
window.noAutoShow = true;
termInit(); // the screen will be loaded via ajax
Screen.load('%labels_seq%');
Screen.load('%j:labels_seq%');
// auto-clear the input box
$('#softkb-input').on('input', function(e) {