diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-10 10:45:09 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-10 10:45:09 +0200 |
commit | 9d5d3a946817c1b1a9dc18dead85bc989e820564 (patch) | |
tree | 259c9b03921c18212a86ea7d0fc8111cd3ce5930 /view/js | |
parent | 85e82e919e146454a8b3973ed4a2a69066b98aa3 (diff) | |
parent | cf415a4312f3a926c3b080fb49042752441f23b4 (diff) | |
download | volse-hubzilla-9d5d3a946817c1b1a9dc18dead85bc989e820564.tar.gz volse-hubzilla-9d5d3a946817c1b1a9dc18dead85bc989e820564.tar.bz2 volse-hubzilla-9d5d3a946817c1b1a9dc18dead85bc989e820564.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/view/js/main.js b/view/js/main.js index 15a6b4b8d..f279417d9 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -321,22 +321,6 @@ $(function() { return false; } } - if(event.keyCode == '34') { - if((pageHasMoreContent) && (! loadingPage)) { - $('#more').hide(); - $('#no-more').hide(); - - next_page++; - scroll_next = true; - loadingPage = true; - - if(($('.directory-end').length == 0) && ($('.photos-end').length == 0)) - liveUpdate(); - else - pageUpdate(); - return true; - } - } if(event.keyCode == '19' || (event.ctrlKey && event.which == '32')) { event.preventDefault(); |