add id select to active

This commit is contained in:
wlx 2013-03-27 08:38:44 +00:00
parent 0d5a010837
commit cb3fab7862
1 changed files with 1 additions and 1 deletions

View File

@ -57,5 +57,5 @@ $this->theme->AppendPlus($this,'carousel');
</div> </div>
</div> </div>
<script type="text/javascript" > <script type="text/javascript" >
$('Nav-knowledge-index').addClass('active'); $('#Nav-knowledge-index').addClass('active');
</script> </script>