diff options
Diffstat (limited to 'interface.php')
-rw-r--r-- | interface.php | 2 |
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> |