summaryrefslogtreecommitdiff
path: root/js/read.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-23 15:10:35 +0300
committerAndrew Dolgov <[email protected]>2018-11-23 15:10:35 +0300
commit35d9cc340c923b1cd7ec2226980191a0402ddf5a (patch)
tree669ea93436029bd370578082d9c7dde1fd165151 /js/read.js
parentb9a0f230aeae4e8e1ea6978c164cc6cf66424fa2 (diff)
worker: implement cache-busting for forced refreshes; remove leftover includes of qtip2
Diffstat (limited to 'js/read.js')
-rw-r--r--js/read.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/read.js b/js/read.js
index 3c0f652..6c960cf 100644
--- a/js/read.js
+++ b/js/read.js
@@ -98,7 +98,7 @@ function prev_page() {
function hotkey_handler(e) {
try {
- //console.log('K:' + e.which, e);
+ //console.log('K3:' + e.which, e);
if ($(".modal").is(":visible"))
return;