This commit is contained in:
dawncx 2013-12-27 10:03:11 +08:00
commit b21029510e
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ HAFlow.Main.prototype.initModuleListData = function() {
_currentInstance.drawLists(_currentInstance);
},
error : function(request, status, error) {
_currentInsance.addToConsole("An error occurred while loading module list: " + error, true);
_currentInstance.addToConsole("An error occurred while loading module list: " + error, true);
}
});
};

View File

@ -79,4 +79,4 @@ myfile={
"size":"Size",
"flowInfo":"Flow Info"
}