Wikipedia:WikiProject User scripts/Scripts/New message history: Difference between revisions

Content deleted Content added
Alphax (talk | contribs)
m adding classname
m add onload
Line 1:
;Purpose : Add a link to your talk page history to the "You have new messages" warning.
<s>;Usage : Include a call to <code>newmessagehistory()</code> in your load page function.</s>
;Bugs : Will probably break any function called after it, so it should be called last.
 
Line 37:
talkmessagebox.appendChild(document.createTextNode(')'));
}
 
addOnloadFunction(newmessagehistory);
 
// </nowiki></pre>