summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-27 10:19:57 +0300
committerAndrew Dolgov <[email protected]>2017-02-27 10:19:57 +0300
commite64a19501928719bdcc7d03dbe8013c1875bafb6 (patch)
tree6677c9ec89586c52090f9c999bc3a8388d398353 /read.html
parent17f826cd1d1fdaa7212a568c371273f702f77b7c (diff)
store night mode setting in indexed db
Diffstat (limited to 'read.html')
-rw-r--r--read.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.html b/read.html
index fa4553e..1dd367d 100644
--- a/read.html
+++ b/read.html
@@ -126,7 +126,7 @@
<span class="glyphicon glyphicon-wrench" aria-hidden="true"></span>
</button>
- <button class="btn btn-default btn-xs" onclick="invert()">
+ <button class="btn btn-default btn-xs" onclick="toggle_night_mode()">
<span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span>
</button>