Index: ssts-web/src/main/webapp/homepage/portal.js =================================================================== diff -u -r27283 -r27388 --- ssts-web/src/main/webapp/homepage/portal.js (.../portal.js) (revision 27283) +++ ssts-web/src/main/webapp/homepage/portal.js (.../portal.js) (revision 27388) @@ -193,12 +193,11 @@ }] }); - window.onload=function(){ - document.getElementById('getReportList').addEventListener('click', function() { - folderList(); - }); - } + Ext.fly('getReportList').on('click',function(){ + folderList(); + },this); + /* setTimeout(function() { Ext.get('loading').remove();