superfluos ;
This commit is contained in:
parent
a6f232f2b0
commit
7de5717418
@ -74,7 +74,7 @@ $(document).ready(function() {
|
|||||||
function makeFullScreen(full) {
|
function makeFullScreen(full) {
|
||||||
if(typeof full=='undefined' || full == true) {
|
if(typeof full=='undefined' || full == true) {
|
||||||
$('main').addClass('fullscreen');
|
$('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();
|
$('#inline-btn').show();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user