fix bad default msg

master
Ondřej Hruška 7 years ago
parent 1d3199ed88
commit 7270d417a3
  1. 2
      about.html
  2. 2
      term.html

@ -54,7 +54,7 @@
<table>
<tr>
<th>ESPTerm</th>
<td>v1.0.0, built 2017-09-07 at 16:29</td>
<td>v1.0.0, built 2017-09-07 at 16:41</td>
</tr>
<tr>
<th>libesphttpd</th>

@ -86,7 +86,7 @@
try {
window.noAutoShow = true;
termInit(); // the screen will be loaded via ajax
Screen.load('ESPTerm Web UI Demo\u0001OK\u0001Cancel\u0001\u0001\u0001Help');
Screen.load('TESPTerm Web UI Demo\u0001OK\u0001Cancel\u0001\u0001\u0001Help');
// auto-clear the input box
$('#softkb-input').on('input', function(e) {

Loading…
Cancel
Save