Removed the framebreak script, isn't a fundamental part of the system.
This commit is contained in:
parent
795594a391
commit
dab16379bb
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
/**
|
||||
* Frame Break
|
||||
*
|
||||
* Include on any pages you don't want to be framed
|
||||
*/
|
||||
window.onload = function()
|
||||
{
|
||||
if (top.location != self.location)
|
||||
{
|
||||
top.location.replace(self.location);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue