This commit is contained in:
2017-09-10 15:07:55 +02:00
parent 79664f56a6
commit 086532ff4c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -43,7 +43,7 @@
<h1><!-- Screen title gets loaded here by JS --></h1>
<div id="term-wrap">
<div id="screen" class="theme-%theme%">
<div id="screen">
<input id="softkb-input" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
<div id="touch-select-menu">
<button id="touch-select-copy-btn">Copy</button>
@@ -73,7 +73,7 @@
try {
window.noAutoShow = true;
termInit(); // the screen will be loaded via ajax
Screen.load('%j:labels_seq%');
Screen.load('%j:labels_seq%', +'%theme%');
} catch(e) {
console.error(e);
<?php if (!DEBUG): ?>