Subversion Repositories Applications.dictionnaire

Rev

Rev 23 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23 Rev 24
Line 332... Line 332...
332
		url: URL_BASE_SERVICE + "../../../scripts/helpers.js",
332
		url: URL_BASE_SERVICE + "../../../scripts/helpers.js",
333
		dataType: "script",
333
		dataType: "script",
334
		global: false
334
		global: false
335
	});
335
	});
336
	getMotsADefinitionsEtRemplacer();
336
	getMotsADefinitionsEtRemplacer();
-
 
337
 
-
 
338
	// I'm a dirty nasty hack, you should fix me hard
337
	ajouterListenerDefinitions();
339
	setTimeout(function() {ajouterListenerDefinitions()}, 2000);
338
});
340
});