0.8 released
This commit is contained in:
@@ -61,6 +61,7 @@ function createChart() {
|
||||
ChartApiInstance.setEnabledStudiesList(JSON.parse(urlParams.enabledStudies));
|
||||
}
|
||||
|
||||
__defaultsOverrides = JSON.parse(urlParams.overrides);
|
||||
|
||||
var savedContent = !!window.parent.__TVSavedChart
|
||||
? window.parent.__TVSavedChart
|
||||
@@ -373,6 +374,10 @@ function createChart() {
|
||||
pm.post(window.parent, 'onAutoSaveNeeded', tick);
|
||||
});
|
||||
|
||||
GlobalEventsStorage.subscribe("onMarkClick", function(markID) {
|
||||
pm.post(window.parent, 'onMarkClick', markID);
|
||||
});
|
||||
|
||||
|
||||
})();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user