summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-01-25 18:25:36 +0300
committerAndrew Dolgov <[email protected]>2018-01-25 18:25:36 +0300
commitf11c22169f9468ddb2dcdfa51da7327d91d35396 (patch)
tree30abd11e93817ba06e415e3ae35013c245cc47e4 /js
parentf76c411e47f07c8f00327996c66e652c664678d2 (diff)
remove two needless functions
Diffstat (limited to 'js')
-rw-r--r--js/read.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/read.js b/js/read.js
index 8b38277..f56df46 100644
--- a/js/read.js
+++ b/js/read.js
@@ -225,14 +225,6 @@ function search() {
}
}
-function toggle_transitions(elem) {
- localforage.setItem("epube.disable-transitions", elem.checked);
-}
-
-function toggle_swipes(elem) {
- localforage.setItem("epube.disable-swipes", elem.checked);
-}
-
function dict_lookup(word, callback) {
$.post("backend.php", {op: 'define', word: word}, function(data) {
if (data) {