summaryrefslogtreecommitdiff
path: root/lfpe.js
diff options
context:
space:
mode:
Diffstat (limited to 'lfpe.js')
-rw-r--r--lfpe.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lfpe.js b/lfpe.js
index a4aff1c..1cf88bf 100644
--- a/lfpe.js
+++ b/lfpe.js
@@ -154,7 +154,7 @@ function Next()
// extract data from interfaces
if (ui_type == 'g') {
- post_edit = JSON.parse(extract_data())["target"].join(" ")
+ post_edit = JSON.parse(DE_extract_data())["target"].join(" ")
} else {
post_edit = trim(target_textarea.value);
}
@@ -299,7 +299,7 @@ function Next()
// load data into graphical UI
if (ui_type == "g") {
- load_data();
+ DE_init();
}
// start timer