Subversion Repositories eFlore/Applications.cel

Rev

Rev 1125 | Rev 1250 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1125 Rev 1130
Line 32... Line 32...
32
	
32
	
33
	$("#effacer-miniature").click(function () {
33
	$("#effacer-miniature").click(function () {
34
		supprimerMiniature();
34
		supprimerMiniature();
Line 35... Line 35...
35
	});
35
	});
36
	
36
	
37
	if (window.File && window.FileReader && isCanvasSupported()) {
37
	if (HTML5 && window.File && window.FileReader && isCanvasSupported()) {
38
		if (DEBUG) {
38
		if (DEBUG) {
39
			console.log("Support OK pour : API File et Canvas.");
39
			console.log("Support OK pour : API File et Canvas.");
40
		}
40
		}