* Modify the problem of navigation highlight at showfiles page.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$(function()
|
||||
{
|
||||
$('#navbar .nav li').removeClass('active');
|
||||
$("#navbar .nav li[data-id=" + type + ']').addClass('active');
|
||||
});
|
||||
@@ -117,8 +117,7 @@
|
||||
<?php endif?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php js::set('type', 'doc');?>
|
||||
<?php js::set('type', $type);?>
|
||||
<script>
|
||||
<?php
|
||||
$sessionString = $config->requestType == 'PATH_INFO' ? '?' : '&';
|
||||
|
||||
Reference in New Issue
Block a user