diff --git a/module/execution/js/story.js b/module/execution/js/story.js index 0c84c72723..a4a9458891 100644 --- a/module/execution/js/story.js +++ b/module/execution/js/story.js @@ -27,7 +27,7 @@ $(function() var planID = $('#plan').val(); if(planID) { - parent.location.href = createLink('execution', 'importPlanStories', 'executionID=' + executionID + '&planID=' + planID); + location.href = createLink('execution', 'importPlanStories', 'executionID=' + executionID + '&planID=' + planID); } })