diff options
author | Alib <aliboba@free.fr> | 2010-02-25 15:30:07 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-25 15:30:07 +0100 |
commit | 0bc8b852831b181d1c47d7f5e32ba5c72e9fa308 (patch) | |
tree | 1a2d4475e8c943bd60bd8d855ec4f152fa0085e0 /javascript | |
parent | 8f41ef403891c727cfdee88addb3c1653b66ee74 (diff) | |
download | istreamdev-0bc8b852831b181d1c47d7f5e32ba5c72e9fa308.tar.gz istreamdev-0bc8b852831b181d1c47d7f5e32ba5c72e9fa308.tar.bz2 |
still debug
Diffstat (limited to 'javascript')
-rwxr-xr-x | javascript/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/ajax.js b/javascript/ajax.js index 56e7057..e838c3c 100755 --- a/javascript/ajax.js +++ b/javascript/ajax.js @@ -34,7 +34,7 @@ function playmusic(path,name) //on définit l'appel de la fonction au retour serveur xhr.onreadystatechange = function() { openpls(xhr); }; - xhr.open("GET", "genplaylist.php?path=" + path + "&name=" + name, true); + xhr.open("GET", "genplaylist.php?path=" + path + "&name=" + name, false); xhr.send(null); } |