diff options
author | Mario <mario@mariovavti.com> | 2020-05-18 07:33:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-18 07:33:32 +0000 |
commit | 5b8887353090c9367c45c79c2d0b850296ee04f4 (patch) | |
tree | 95e43923f949b54b0c8114dc01b449eaa847e272 /view/js | |
parent | b161b02c51b2c9bbec04039a591c9f557a3458a9 (diff) | |
download | volse-hubzilla-5b8887353090c9367c45c79c2d0b850296ee04f4.tar.gz volse-hubzilla-5b8887353090c9367c45c79c2d0b850296ee04f4.tar.bz2 volse-hubzilla-5b8887353090c9367c45c79c2d0b850296ee04f4.zip |
re-enable time logging
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 6d084fdd2..8328c2104 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1009,7 +1009,7 @@ function liveUpdate(notify_id) { //console.log('all images loaded'); var iready = new Date(); - //console.log('IMAGES ready in: ' + (iready - dready)/1000 + ' seconds.'); + console.log('IMAGES ready in: ' + (iready - dready)/1000 + ' seconds.'); page_load = false; scroll_next = false; |