lnr/Originals/Website/script/framelock.js

8 lines
144 B
JavaScript
Raw Normal View History

2021-04-16 00:26:34 +00:00
// Locks the pages inside of frames
/*
if (top == self) {
var npage = window.location.href
window.location="/outside.html?"+npage
}
*/