Merge pull request #1958 from omarsuca/BUG-12275

BUG-12275 Problema en la actualizacion de nro de casos en draft y participated. SOLVED
This commit is contained in:
julceslauhub
2013-08-07 11:08:04 -07:00

View File

@@ -5,6 +5,11 @@ Ext.chart.Chart.CHART_URL = '/images/charts.swf';
Ext.FlashComponent.EXPRESS_INSTALL_URL = '/images/expressinstall.swf';
// The Quicktips are used for the toolbar and Tree mouseover tooltips!
// Refresh treePanel
if (typeof(parent.timer) != 'undefined') {
parent.timer();
}
var conn = new Ext.data.Connection();