diff --git a/module/productplan/js/view.js b/module/productplan/js/view.js index 8c55c57ffe..1658a7a071 100644 --- a/module/productplan/js/view.js +++ b/module/productplan/js/view.js @@ -69,13 +69,6 @@ $(function() infoShowed = true; } - if(href !== '') - { - type = href == '#stories' ? 'story' : (href == '#bugs' ? 'bug' : 'planInfo'); - var viewLink = createLink('productplan', 'view', 'planID=' + planID + '&type=' + type + (typeof(param) == 'undefined' ? '' : param) + (typeof(orderBy) == 'undefined' ? '' : "&orderBy=" + orderBy)); - if(type == 'planInfo') viewLink = createLink('productplan', 'view', 'planID=' + planID + '&type=' + type); - self.location.href = viewLink; - } }); $('#storyList').on('sort.sortable', function(e, data)