=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js 2010-03-02 11:58:13 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js 2010-03-02 13:11:46 +0000 @@ -2802,7 +2802,7 @@ iconCls: 'icon-help', tooltip: 'Get help for the active panel', handler: function() { - + ACTIVEPANEL = !ACTIVEPANEL ? thematicMap : ACTIVEPANEL; Ext.Ajax.request({ url: '../../dhis-web-commons-about/getHelpContent.action', method: 'POST', @@ -2816,8 +2816,7 @@ autoScroll: true, }); h.show(); - }, - failure: function() {} + } }); } });