* Adjust the nav high-light.

This commit is contained in:
hufangzhou
2021-01-19 10:30:35 +08:00
parent dd9b052b24
commit 0eb117442c

4
module/story/js/track.js Normal file
View File

@@ -0,0 +1,4 @@
$(function()
{
if(rawModule == 'projectstory') $("#subNavbar .nav li[data-id='story']").removeClass('active');
})