Fixed spacing

This commit is contained in:
Michal Čihař 2013-07-30 14:19:21 +02:00
parent cbe04c44fd
commit dc201c3a7a

View File

@ -2,8 +2,8 @@
/**
* Conditionally included if framing is not allowed
*/
if(self == top) {
document.documentElement.style.display = 'block' ;
if (self == top) {
document.documentElement.style.display = 'block';
} else {
top.location = self.location ;
top.location = self.location;
}