www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0b1ebc6747746d67bb5f963ba16f31a36771038a
parent 5c8bc3f4c2d72fa4307c18269819c78829b264fb
Author: Bertrand BRUN <bertrand0brun@gmail.com>
Date:   Wed, 27 Apr 2011 09:50:23 +0200

Erreur de typage

Diffstat:
Mcode/serveur/php/ressources/pticlic.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/serveur/php/ressources/pticlic.js b/code/serveur/php/ressources/pticlic.js @@ -107,7 +107,7 @@ var UI = { exit: function() {} }; -if (PtiClicAndroid) { +if (typeof(PtiClicAndroid) != "undefined") { UI = PtiClicAndroid; }