Difference between revisions of "User:Seemann/monobook.js"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
{ | { | ||
var s = document.getElementById( "searchInput" ); | var s = document.getElementById( "searchInput" ); | ||
− | if ( | + | if (s) s.title = "sss"; |
− | |||
− | |||
− | |||
− | |||
− | |||
}; | }; | ||
addOnloadHook( Test ); | addOnloadHook( Test ); |
Revision as of 19:26, 28 January 2009
function Test()
{
var s = document.getElementById( "searchInput" );
if (s) s.title = "sss";
};
addOnloadHook( Test );