lint compliance

pull/1/head
ansuz 2017-08-04 16:00:06 +02:00
parent 395f6e1b27
commit 2a8311396e
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ define([
if (showingMore) {
$('.cp-more, .cp-callout-more-lessmsg').addClass('cp-hidden');
$('.cp-callout-more-moremsg').removeClass('cp-hidden');
if ( $( window ).width() >991 ) $('.navbar').css('margin-top','-1em');
if ( $( window ).width() >991 ) { $('.navbar').css('margin-top','-1em'); }
} else {
$('.cp-more, .cp-callout-more-lessmsg').removeClass('cp-hidden');
$('.cp-callout-more-moremsg').addClass('cp-hidden');