aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-10 10:45:09 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-10 10:45:09 +0200
commit9d5d3a946817c1b1a9dc18dead85bc989e820564 (patch)
tree259c9b03921c18212a86ea7d0fc8111cd3ce5930 /view
parent85e82e919e146454a8b3973ed4a2a69066b98aa3 (diff)
parentcf415a4312f3a926c3b080fb49042752441f23b4 (diff)
downloadvolse-hubzilla-9d5d3a946817c1b1a9dc18dead85bc989e820564.tar.gz
volse-hubzilla-9d5d3a946817c1b1a9dc18dead85bc989e820564.tar.bz2
volse-hubzilla-9d5d3a946817c1b1a9dc18dead85bc989e820564.zip
Merge branch 'dev' into sabre32
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js16
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();