This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
ModuleWeb/SRC/public/js/hideicon.js
Jerome Morjon bb752a2e98 correction des bugs css sur home + ajout img game
Correction du bug de la page home de:
-icon loupe
-champs recherche
-fond d’image ref
-correction position indicateur
-correction fond du nom du prof
2015-03-05 20:30:22 +01:00

3 lines
68 B
JavaScript

function hideIcon(self) {
self.style.backgroundImage = 'none';
}