Generate dot graph from the debug app
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user