remove re direct and using open window

This commit is contained in:
bpatel
2019-12-09 18:01:00 -08:00
parent 19c466b9ad
commit c558d126c9
@@ -146,7 +146,7 @@ require([
$('.run-story').unbind('click');
$('.run-story').on('click', function(evt) {
splunkUtil.redirect_to('https://github.com/splunk/analytic_story_execution', window.open(), true);
window.open('https://github.com/splunk/analytic_story_execution');
});
let asSearch = splunkjs.mvc.Components.getInstance(epoch);