Modification d'une URL

This commit is contained in:
Bertrand BRUN 2011-04-14 10:38:59 +02:00
parent 75459135c4
commit cfeea3ee70

View File

@ -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;