- merge from stable branches (WebUI fixes)

This commit is contained in:
Christophe Dumez 2008-09-14 10:14:54 +00:00
parent 75290cf715
commit 86024c6c74
19 changed files with 64 additions and 540 deletions

View file

@ -41,7 +41,8 @@ window.addEvent('domready', function(){
var url = 'json/events?r='+r;
if (!waiting){
waiting=true;
var request = new Json.Remote(url, {
var request = new Request.JSON({
url: url,
method: 'get',
onComplete: function(jsonObj) {
if(jsonObj){