piroman
28 Dec 2009, 2:17 AM
Hi
getting an error ext-air-debug.js (3.1 version) line 2362
var p = Ext.urlDecode(this.getParams(node));
node is not string anymore is an object so Ext.url.Decode doesn't work and crash
but p isn't used anywhere in code so needs to be commented and you won't get error
getting an error ext-air-debug.js (3.1 version) line 2362
var p = Ext.urlDecode(this.getParams(node));
node is not string anymore is an object so Ext.url.Decode doesn't work and crash
but p isn't used anywhere in code so needs to be commented and you won't get error