aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-30 13:12:56 -0800
committerzotlabs <mike@macgirvin.com>2016-12-30 13:12:56 -0800
commite5a6c0a94da18fc2e9b1c8ab4c99ecfa615405e4 (patch)
tree51353712eff713d37223a27efd1b2810f4478760 /view/theme/redbasic/js
parenta9c8d4a2162d096b8e09daae1e2c1af6c99d76fb (diff)
parent6c7da13cd392e6c06ce7970bfbe4ddbb9854737a (diff)
downloadvolse-hubzilla-e5a6c0a94da18fc2e9b1c8ab4c99ecfa615405e4.tar.gz
volse-hubzilla-e5a6c0a94da18fc2e9b1c8ab4c99ecfa615405e4.tar.bz2
volse-hubzilla-e5a6c0a94da18fc2e9b1c8ab4c99ecfa615405e4.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/theme/redbasic/js')
-rw-r--r--view/theme/redbasic/js/redbasic.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index e31458b4e..b7993ce90 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -30,13 +30,6 @@ $(document).ready(function() {
}
});
- $(window).on('scroll', function() {
- if($('main').hasClass('region_1-on') && $(window).scrollLeft() > 5){
- $(window).scrollLeft(0);
- toggleAside();
- }
- });
-
if($('aside').length && $('aside').html().length === 0) {
$('#expand-aside').hide();
}