Riduzione numero chiamate x grafo temperatura
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
window.setTimeout(showCharts, 5);
|
||||
window.setTimeout(hideCharts, 20);
|
||||
window.setTimeout(hideCharts, 40);
|
||||
//checkVisible();
|
||||
|
||||
function checkVisible() {
|
||||
|
||||
@@ -149,7 +149,9 @@ namespace GPW_Commesse.WebUserControls
|
||||
grView.SelectedIndex = -1;
|
||||
grView.DataBind();
|
||||
}
|
||||
showPanels();
|
||||
#if false
|
||||
showPanels();
|
||||
#endif
|
||||
}
|
||||
|
||||
private void editCommDay(string dataRif)
|
||||
@@ -259,7 +261,9 @@ namespace GPW_Commesse.WebUserControls
|
||||
{
|
||||
editTemp(dataRif);
|
||||
}
|
||||
showPanels();
|
||||
#if false
|
||||
showPanels();
|
||||
#endif
|
||||
}
|
||||
|
||||
protected void lbtShowAll_Click(object sender, EventArgs e)
|
||||
@@ -344,8 +348,8 @@ namespace GPW_Commesse.WebUserControls
|
||||
showPanels();
|
||||
tempVisible = true;
|
||||
cmp_chart.dtRif = DateTime.Today;
|
||||
}
|
||||
showCharts(tempVisible);
|
||||
}
|
||||
grView.DataBind();
|
||||
mod_commUtMancTimbr1.eh_nuovoValore += new EventHandler(mod_commUtMancTimbr1_eh_nuovoValore);
|
||||
mod_commAttivitaDesk1.eh_nuovoValore += new EventHandler(mod_commAttivitaDesk1_eh_nuovoValore);
|
||||
|
||||
Reference in New Issue
Block a user