summaryrefslogtreecommitdiff
path: root/js/read.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/read.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) {