View source for MediaWiki:LastPage.js
From Tycoon Gaming
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
function iniFrame() {
if ( window.location !== window.parent.location )
{
var output;
window.element = document.getElementById("globalWrapper");
var save = window.element.innerHTML;
output = '<button class="LastPage" onclick="var oldURL = document.referrer; window.location.href = oldURL;">Return to Last Page</button>'
window.element.innerHTML = save + output;
}
}
iniFrame();
000
1:0
Return to MediaWiki:LastPage.js.