summaryrefslogtreecommitdiff
path: root/interface.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-02-09 19:22:02 +0100
committerPatrick Simianer <p@simianer.de>2016-02-09 19:22:02 +0100
commitaa2832b55b1b9825ad626aa0483a97c5ba9c991c (patch)
tree23fc14c36329ecd0fd1e0239b54beade82e6cc8c /interface.php
parentfee5d5a36f373f6d1f02bbddfbfa960f3af2f9dd (diff)
corrected rule extraction, fixed some bugs, nicer interface
Diffstat (limited to 'interface.php')
-rw-r--r--interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.php b/interface.php
index 3a886e4..3dcffa9 100644
--- a/interface.php
+++ b/interface.php
@@ -85,7 +85,7 @@ Note that the source word may be distorted.
<textarea style="display:none" id="key" ><?php echo $_GET['key']; ?></textarea>
<textarea style="display:none" id="source" ></textarea>
<textarea style="display:none" id="last_post_edit" ></textarea>
-<textarea style="display:none" id="current_seg_id" >0</textarea>
+<textarea style="display:none" id="current_seg_id" ><?php echo $db->progress; ?></textarea>
<textarea style="display:none" id="paused" >0</textarea>
<textarea style="display:none" id="oov_correct" >0</textarea>
<textarea style="display:none" id="oov_num_items" >0</textarea>