Fix dashboard javascript & title issue

This commit is contained in:
Nicolas Le Goff
2014-05-28 15:48:34 +02:00
parent 53c2f7b5e0
commit e269f64b23
2 changed files with 6 additions and 7 deletions

View File

@@ -936,10 +936,9 @@ function loadDash() {
error : function( xhr, err ) {
},
timeout: function(){
},
done: function() {
$("#dashboard").removeClass("loading");
}
}).done(function() {
$("#dashboard").removeClass("loading");
});
return false;
}