Järjestelmäviesti:Common.js
Triple Performancesta
Huomautus: Selaimen välimuisti pitää tyhjentää asetusten tallentamisen jälkeen, jotta muutokset tulisivat voimaan.
- Firefox ja Safari: Napsauta Shift-näppäin pohjassa Päivitä, tai paina Ctrl-F5 tai Ctrl-R (⌘-R Macilla)
- Google Chrome: Paina Ctrl-Shift-R (⌘-Shift-R Macilla)
- Edge: Napsauta Ctrl-näppäin pohjassa Päivitä tai paina Ctrl-F5
/* Force le champ de recherche de la page d'accueil à activer l'autosuggest */
var homesearchinput = document.getElementById('homesearch');
if (homesearchinput)
{
homesearchinput.action = '/index.php';
document.getElementsByName('search')[1].id = 'searchInput';
}