MediaWiki:Monobook.js: Difference between revisions

From Halopedia, the Halo wiki

(Relentless, there was no need to make it look like s*** in the process of re-fixing things. Also, I'm workin' on it! Just gimme some time--I can't do these things in liek two minuteslol...)
(workyplazy?)
Line 1: Line 1:
/* <pre><nowiki> */
/* tooltips and access keys */
/* tooltips and access keys */
ta = new Object();
ta = new Object();
Line 104: Line 102:
{
{
var label = document.getElementById("wpSummaryLabel");
var label = document.getElementById("wpSummaryLabel");
if(label == null)
if(label == null)
{
{
Line 151: Line 150:


if(value != "")
if(value != "")
document.getElementById("wpSummary").value = value;
document.getElementById("wpSummary").value = value;
}
}


Line 160: Line 159:
if(label == null)
if(label == null)
{
{
return;
return;
}
}


Line 180: Line 179:
request = new XMLHttpRequest();
request = new XMLHttpRequest();
}
}
catch(e)
catch(e)
{
{