FishEye: Tag e6b39d82f0184b779d12c5fd3dac3c12f311b71f refers to a dead (removed) revision in file `arms/incase.html'. FishEye: No comparison available. Pass `N' to diff? Index: arms/template.html =================================================================== diff -u -r752a391f71b93ec2384388fdaeba9f968e70d98d -re6b39d82f0184b779d12c5fd3dac3c12f311b71f --- arms/template.html (.../template.html) (revision 752a391f71b93ec2384388fdaeba9f968e70d98d) +++ arms/template.html (.../template.html) (revision e6b39d82f0184b779d12c5fd3dac3c12f311b71f) @@ -101,7 +101,9 @@ + + @@ -363,6 +365,13 @@ } }); + var onlyContents = urlParams.get('withoutLayer'); + if(isEmpty(onlyContents)){ + $("body").removeAttr('class'); + }else{ + $("body").addClass('sidebar-hidden'); + $("header.page-header").hide(); + } });