summaryrefslogtreecommitdiff
path: root/interface.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-07-22 17:23:05 +0200
committerPatrick Simianer <p@simianer.de>2015-07-22 17:23:05 +0200
commitbe77327d1a05caf759d54ca4b13cfc05b8539f5b (patch)
tree4df55dc0c77c5f48d4d32b7146e3db235a7e6b0a /interface.php
parent4009fb86bbd0b3f8e05055dbc1fd06eb68d85b33 (diff)
fixes
Diffstat (limited to 'interface.php')
-rw-r--r--interface.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface.php b/interface.php
index c4a20d2..66a33db 100644
--- a/interface.php
+++ b/interface.php
@@ -27,7 +27,7 @@
<div>
<button id="pause_button" type="button" onclick="pause()">Pause</button>
<button id="next" type="button" onclick="Next()">Start/Continue</button>
- <span id="status"><strong>Working</strong> <img src="img/ajax-loader-large.gif" width="20px" /></span>
+ <span id="status"><strong>Working, please wait for next segment</strong> <img src="img/ajax-loader-large.gif" width="20px" /></span>
</div>
<!-- /Buttons -->
@@ -85,5 +85,6 @@ The interface was only tested with Firefox 31.</p>
<textarea style="display:none" id="oov_correct">0</textarea>
<textarea style="display:none" id="displayed_oov_hint">0</textarea>
<textarea style="display:none" id="port"><?php echo $db->port; ?></textarea>
+<textarea style="display:none" id="init">0</textarea>
<!-- /Data -->