- fixed broken "graph" data for system

This commit is contained in:
Exodus4D
2016-05-18 18:52:25 +02:00
parent d0b469496f
commit 95ff8cd93f

View File

@@ -150,7 +150,7 @@ define([
dataType: 'json'
}).done(function(systemGraphsData){
if(systemGraphsData.length > 0){
if( !$.isEmptyObject(systemGraphsData) ){
// create new (hidden) module container
var moduleElement = $('<div>', {
class: [config.moduleClass, config.systemGraphModuleClass].join(' '),