//remove class loading after widget filling

This commit is contained in:
Vincent Augagneur
2013-09-02 15:09:27 +02:00
parent 0cf96cd059
commit f778b0da25
+4
View File
@@ -39,8 +39,12 @@ function refreshDashbard()
dataType: 'json',
success : function(widgets){
for (var name in widgets)
{
for (data_type in widgets[name])
window[data_type](widgets[name][data_type]);
$('#'+name).removeClass('loading');
}
},
error : function(data){
alert("[TECHNICAL ERROR]");