Generate dot graph from the debug app

This commit is contained in:
yflory
2019-02-19 14:31:05 +01:00
parent 03e94ae598
commit d0fc08b432
4 changed files with 85 additions and 2 deletions

View File

@@ -53,6 +53,10 @@ define([
};
window.addEventListener('message', onMsg);
}).nThen(function (/*waitFor*/) {
if (!window.location.hash) {
window.location.hash = localStorage[Constants.userHashKey] ||
localStorage[Constants.fileHashKey];
}
SFCommonO.start();
});
});