Removed the framebreak script, isn't a fundamental part of the system.

This commit is contained in:
Josh Sherman 2010-11-06 18:49:28 -04:00
parent 795594a391
commit dab16379bb

View file

@ -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);
}
}