aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-20 23:21:02 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-20 23:21:02 +0100
commit7de57174183e467f89c0795565ebc3d6da90bb1d (patch)
tree95c1040508ce7bffbe28722e0023cef7202cf1f2
parenta6f232f2b0613b8114424034da8814cffb566dd7 (diff)
downloadvolse-hubzilla-7de57174183e467f89c0795565ebc3d6da90bb1d.tar.gz
volse-hubzilla-7de57174183e467f89c0795565ebc3d6da90bb1d.tar.bz2
volse-hubzilla-7de57174183e467f89c0795565ebc3d6da90bb1d.zip
superfluos ;
-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 995c7a504..14b977b80 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -74,7 +74,7 @@ $(document).ready(function() {
function makeFullScreen(full) {
if(typeof full=='undefined' || full == true) {
$('main').addClass('fullscreen');
- $('header, nav, aside, #fullscreen-btn').attr('style','display:none !important');;
+ $('header, nav, aside, #fullscreen-btn').attr('style','display:none !important');
$('#inline-btn').show();
}
else {