Merge branch 'master' of https://github.com/justinliucs/haflow.git
This commit is contained in:
commit
b21029510e
|
@ -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);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
@ -79,4 +79,4 @@ myfile={
|
|||
"size":"Size",
|
||||
"flowInfo":"Flow Info"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue