X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FUpdateManager.js;h=af73d09d6500b710ffe190fec0908ab6824c897d;hb=0b69a11b1055a6d3a3fd0719bdd58b5a235de0e4;hp=59ef6bd5cb373f8a8faeb184d8fb93a39078a4a1;hpb=4d9cd83949f3c24871af08cebb30b1f8102ac4c9;p=roojs1 diff --git a/Roo/UpdateManager.js b/Roo/UpdateManager.js index 59ef6bd5cb..af73d09d65 100644 --- a/Roo/UpdateManager.js +++ b/Roo/UpdateManager.js @@ -189,7 +189,8 @@ um.update({
*/ update : function(url, params, callback, discardUrl){ if(this.fireEvent("beforeupdate", this.el, url, params) !== false){ - var method = this.method, cfg; + var method = this.method, + cfg; if(typeof url == "object"){ // must be config object cfg = url; url = cfg.url; @@ -227,7 +228,7 @@ um.update({
timeout: (this.timeout*1000), argument: {"url": url, "form": null, "callback": callback, "params": params} }); - + Roo.log("updated manager called with timeout of " + o.timeout); this.transaction = Roo.Ajax.request(o); } },