diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-20 23:21:02 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-20 23:21:02 +0100 |
commit | 7de57174183e467f89c0795565ebc3d6da90bb1d (patch) | |
tree | 95c1040508ce7bffbe28722e0023cef7202cf1f2 /view/theme/redbasic | |
parent | a6f232f2b0613b8114424034da8814cffb566dd7 (diff) | |
download | volse-hubzilla-7de57174183e467f89c0795565ebc3d6da90bb1d.tar.gz volse-hubzilla-7de57174183e467f89c0795565ebc3d6da90bb1d.tar.bz2 volse-hubzilla-7de57174183e467f89c0795565ebc3d6da90bb1d.zip |
superfluos ;
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/js/redbasic.js | 2 |
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 { |