summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/lfpe.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/lfpe.js b/js/lfpe.js
index fda5c5a..23ea7a9 100644
--- a/js/lfpe.js
+++ b/js/lfpe.js
@@ -102,6 +102,8 @@ function working()
button.setAttribute("disabled", "disabled");
pause_button.setAttribute("disabled", "disabled");
target_textarea.setAttribute("disabled", "disabled");
+
+ DE_locked = true;
}
function not_working(fadein=true)
{
@@ -131,6 +133,8 @@ function not_working(fadein=true)
// enable buttons
document.getElementById("next").removeAttribute("disabled");
document.getElementById("pause_button").removeAttribute("disabled");
+
+ DE_locked = false;
}
/*