summaryrefslogtreecommitdiff
path: root/js/reader.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reader.js')
-rw-r--r--js/reader.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/reader.js b/js/reader.js
index 2dfa4ea..dcb7c27 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -395,6 +395,8 @@ const Reader = {
$.post("backend.php", {op: "wikisearch", query: $(".dict_query").val()})
.then((resp) => {
try {
+ console.log('wikisearch resp', resp);
+
let tmp = "";
$.each(resp.query.pages, (i,p) => {