1
0
Fork 0

Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel

Conflicts:
	js/apps/system/aardvark/frontend/js/views/dashboardView.js
This commit is contained in:
Michael Hackstein 2014-04-23 16:05:51 +02:00
commit 093a86f4c1
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@
}
this.getStatistics();
this.prepareDygraphs();
if (self.isUpdating) {
if (this.isUpdating) {
this.prepareD3Charts();
this.prepareResidentSize();
this.updateTendencies();