Difference between revisions of "User:Seemann/monobook.js"

From GTAMods Wiki
Jump to navigation Jump to search
(Removing all content from page)
 
Line 1: Line 1:
function Test()
 
{
 
    var s = document.getElementById( "searchInput" );
 
    if (s) s.title = "sss";
 
};
 
  
addOnloadHook( Test );
 

Latest revision as of 06:30, 29 January 2009