Jailbreak frame script.
git-svn-id: http://svn.cleancode.org/svn/pickles@133 4d10bc64-7434-11dc-a737-d2d0f8310089
This commit is contained in:
parent
b7ce35bb71
commit
14e68f8052
1 changed files with 5 additions and 0 deletions
5
common/static/js/jailbreak.js
Normal file
5
common/static/js/jailbreak.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
window.onload = function() {
|
||||
if (top.location != location) {
|
||||
top.location.href = document.location.href;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue