From de59aeebbb14565a04d6f63f7b5b670ce43350ec Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Wed, 23 Dec 2020 11:36:23 +0800 Subject: [PATCH] * Fix bug. --- module/my/js/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/my/js/common.js b/module/my/js/common.js index 2a14f2d50c..a2c2d30ed3 100644 --- a/module/my/js/common.js +++ b/module/my/js/common.js @@ -3,6 +3,7 @@ $(function() if(typeof(mode) != 'undefined') { if(mode == 'testcase') mode = 'testtask'; + if(mode == 'requirement') mode = 'story'; $('#subNavbar li[data-id=' + mode + ']').addClass('active'); } var scp = $('[data-id="changePassword"] a');