2 jibu.msg.bus = function(all,resp){
3 if (resp.getResponseHeader('Content-type')=='application/json;charset=UTF-8'){
4 var data = Ext.util.JSON.decode(resp.responseText);
6 jibu.msg.show(data.message,data.success);
10 window.location = 'Login.x?ci=logout&reason=sessionExpired';
13 Ext.Ajax.on('requestcomplete', jibu.msg.bus, this);