mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Updated dashboard.js
I forgot to set the "Preferred file length" menu active when clicked.
This commit is contained in:
parent
6dccd1c982
commit
20f8fd4957
@ -16,7 +16,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="css/dashboard.css?v=V2RnA3Mwhh">
|
||||
<script type="text/javascript" src="libs/sweetalert/sweetalert.min.js?v=V2RnA3Mwhh"></script>
|
||||
<script type="text/javascript" src="libs/axios/axios.min.js?v=V2RnA3Mwhh"></script>
|
||||
<script type="text/javascript" src="js/dashboard.js?v=ugMWEbHDxs"></script>
|
||||
<script type="text/javascript" src="js/dashboard.js?v=fna8s7BYGe"></script>
|
||||
|
||||
<!-- Open Graph tags -->
|
||||
<meta property="og:type" content="website" />
|
||||
|
@ -63,6 +63,10 @@ panel.prepareDashboard = function () {
|
||||
panel.setActiveMenu(this)
|
||||
})
|
||||
|
||||
document.getElementById('itemFileLength').addEventListener('click', function () {
|
||||
panel.setActiveMenu(this)
|
||||
})
|
||||
|
||||
document.getElementById('itemTokens').addEventListener('click', function () {
|
||||
panel.setActiveMenu(this)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user