diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2017-12-24 10:23:09 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2017-12-24 10:23:09 +0100 |
commit | d4951d1fe8be0941df9cafbfe57c21d26f66e8ee (patch) | |
tree | f24081e310a1bcbf1aea8ddc258d60050f012c0d /crocoite/data | |
parent | fcb9ae93514d26085c8e0aebf2fc9b9c64a77453 (diff) | |
download | crocoite-d4951d1fe8be0941df9cafbfe57c21d26f66e8ee.tar.gz crocoite-d4951d1fe8be0941df9cafbfe57c21d26f66e8ee.tar.bz2 crocoite-d4951d1fe8be0941df9cafbfe57c21d26f66e8ee.zip |
Refactor behavior scripts
No functional changes, just cleanup. Replaces onload and onsnapshot
events. Move screen metric emulation, DOM snapshots and screenshots here
as well.
Diffstat (limited to 'crocoite/data')
-rw-r--r-- | crocoite/data/scroll.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crocoite/data/scroll.js b/crocoite/data/scroll.js index 2b4dff1..0d1a4a7 100644 --- a/crocoite/data/scroll.js +++ b/crocoite/data/scroll.js @@ -1,5 +1,6 @@ /* Continuously scrolls the page */ +var __crocoite_stop__ = false; (function(){ function scroll (event) { if (__crocoite_stop__) { |