aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-21 11:22:11 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-21 11:22:11 +0200
commit32fba3991592a4188362ac3a7b8b6b2b3aac6b61 (patch)
tree3b3994ab85a98910335bfbd8401bd072800b912f /view
parentc1697ce96bae32c50951f151fd112c6de3bb641f (diff)
downloadvolse-hubzilla-32fba3991592a4188362ac3a7b8b6b2b3aac6b61.tar.gz
volse-hubzilla-32fba3991592a4188362ac3a7b8b6b2b3aac6b61.tar.bz2
volse-hubzilla-32fba3991592a4188362ac3a7b8b6b2b3aac6b61.zip
fix typo
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/js/redbasic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index e32fd06e0..688e92148 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -43,7 +43,7 @@ $(document).ready(function() {
});
- var right_aside_height = $('#rightt_aside_wrapper').height();
+ var right_aside_height = $('#right_aside_wrapper').height();
$('#right_aside_wrapper').on('click', function() {
if(right_aside_height != $('#right_aside_wrapper').height()) {