Full Protection

UESPWiki:Javascript/renameSearchButtons.js

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

//

//

  function renameSearchButtons()
  {
    document.getElementById( "mw-searchButton" ).value = "Srch";
    document.getElementById( "mw-searchButton" ).style.fontSize = "8pt";
    document.getElementById( "mw-searchOptionsButton" ).value = "Opt";
    document.getElementById( "mw-searchOptionsButton" ).style.fontSize = "8pt";
    document.getElementById( "searchGoButton" ).style.fontSize = "8pt";
  }

  $(renameSearchButtons);

//