aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/assets/js/document_watcher.js
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-02-05 22:40:24 -0500
committerAllan Wang <me@allanwang.ca>2019-02-05 22:40:24 -0500
commit87469aba96cee61b4252d9a6d023324598355244 (patch)
treee1db2a8b67af7c17a8d6f0e4f9bc3975231a0c3e /app/src/web/assets/js/document_watcher.js
parent330bf2857396b15752afadb030c981a1cb2848fe (diff)
downloadfrost-87469aba96cee61b4252d9a6d023324598355244.tar.gz
frost-87469aba96cee61b4252d9a6d023324598355244.tar.bz2
frost-87469aba96cee61b4252d9a6d023324598355244.zip
Strip images and update context handler
Diffstat (limited to 'app/src/web/assets/js/document_watcher.js')
-rw-r--r--app/src/web/assets/js/document_watcher.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/web/assets/js/document_watcher.js b/app/src/web/assets/js/document_watcher.js
index f3c4ab25..12252201 100644
--- a/app/src/web/assets/js/document_watcher.js
+++ b/app/src/web/assets/js/document_watcher.js
@@ -1,5 +1,4 @@
"use strict";
-// Emit key once half the viewport is covered
(function () {
var isReady = function () {
return document.body.scrollHeight > innerHeight + 100;