Minor change

This commit is contained in:
DL6ER 2016-12-06 14:08:45 +01:00
parent 75deb02961
commit 505c9e8979
1 changed files with 4 additions and 2 deletions

View File

@ -86,13 +86,15 @@ if($uri == "/")
// Try to detect if page is loaded within iframe
if(inIframe())
{
// Within iframe -> hide page
// Within iframe
// hide content of page
$('#body').hide();
// set white background
// remove background
document.body.style.backgroundImage = "none";
}
else
{
// Query adlists
$( "#btnSearch" ).click();
}
// }