Subversion Repositories Applications.dictionnaire

Compare Revisions

Regard whitespace Rev 23 → Rev 24

/scripts/dictionnaire.js
334,5 → 334,7
global: false
});
getMotsADefinitionsEtRemplacer();
ajouterListenerDefinitions();
 
// I'm a dirty nasty hack, you should fix me hard
setTimeout(function() {ajouterListenerDefinitions()}, 2000);
});