- Tagged v1.1.4 and v1.2.0beta6 releases

This commit is contained in:
Christophe Dumez
2008-09-14 10:30:27 +00:00
parent a189e4403d
commit a175812555
29 changed files with 236 additions and 704 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){