diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-29 08:38:58 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-29 08:38:58 +0100 |
commit | f55ef7e728a70ebca052635b073c84a716a41e48 (patch) | |
tree | fc1fd2a3bd72cf9ba99c1e45eaff1561ca9eceaa /view | |
parent | bf1ec44186ac87827ed7fc9b21e96101b6c4fad2 (diff) | |
download | volse-hubzilla-f55ef7e728a70ebca052635b073c84a716a41e48.tar.gz volse-hubzilla-f55ef7e728a70ebca052635b073c84a716a41e48.tar.bz2 volse-hubzilla-f55ef7e728a70ebca052635b073c84a716a41e48.zip |
remove the updateCountsOnly variable which is not used anymore now
Diffstat (limited to 'view')
-rw-r--r-- | view/js/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 626118b95..84a963d3f 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -17,7 +17,6 @@ var next_page = 1; var page_load = true; var loadingPage = true; var pageHasMoreContent = true; -var updateCountsOnly = false; var divmore_height = 400; var last_filestorage_id = null; var mediaPlaying = false; |