Added js which focuses on active menu element.
This commit is contained in:
parent
067e1bd242
commit
1028a1b733
@ -0,0 +1,5 @@
|
|||||||
|
<script type="text/javascript" language="javascript">
|
||||||
|
$(document).ready(function() {
|
||||||
|
$(".sidebar-menu li.active")[0].scrollIntoView();
|
||||||
|
});
|
||||||
|
</script>
|
@ -20,7 +20,8 @@
|
|||||||
<span class="glyphicon glyphicon-search"></span>
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ if eq .Lang "en"}}
|
{{ if eq .Lang "en"}}
|
||||||
|
Loading…
Reference in New Issue
Block a user