diff --git a/module/story/js/common.js b/module/story/js/common.js index 217822b340..3a1a033bff 100644 --- a/module/story/js/common.js +++ b/module/story/js/common.js @@ -5,7 +5,7 @@ $(function() if(typeof(rawModule) == 'undefined') rawModule = 'product'; if(typeof(app) == 'undefined') app = ''; if(typeof(execution) != 'undefined') rawModule = 'projectstory'; - if(['project', 'projectstory'].indexOf(rawModule) === -1) + if(['project', 'projectstory'].indexOf(rawModule) === -1 && app != 'qa') { $('#navbar .nav li').removeClass('active'); $("#navbar .nav li[data-id=" + storyType + ']').addClass('active');