www

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

commit cfeea3ee701814eadb72dc8239231cf5e6cc20f5
parent 75459135c4aa323c8605c04aa353783552e5d7bc
Author: Bertrand BRUN <bertrand0brun@gmail.com>
Date:   Thu, 14 Apr 2011 10:38:59 +0200

Modification d'une URL

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

diff --git a/code/html5/pticlic.js b/code/html5/pticlic.js @@ -59,7 +59,7 @@ function jss() { } $(function () { - var url = "tmp.json"; + var url = "http://www.pticlic.fr/unstable/code/serveur/php/server.php?action=0&nb=1&user=foo&passwd=bar&mode=normal"; $.getJSON(url, function(data) { var game = data[0]; var currentWordNb = 0;