mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
remove re direct and using open window
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user