Fixed spacing
This commit is contained in:
parent
cbe04c44fd
commit
dc201c3a7a
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user