mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
Updated dashboard
Renamed "Preferred file name length" to "File name length".
This commit is contained in:
parent
aea89ecbd4
commit
ed8a5ed0a9
@ -17,7 +17,7 @@
|
||||
<script type="text/javascript" src="libs/sweetalert/sweetalert.min.js?v=vvtL7Y3cjD"></script>
|
||||
<script type="text/javascript" src="libs/axios/axios.min.js?v=vvtL7Y3cjD"></script>
|
||||
<script type="text/javascript" src="libs/clipboard.js/clipboard.min.js?v=vvtL7Y3cjD"></script>
|
||||
<script type="text/javascript" src="js/dashboard.js?v=9zgbdNELX8"></script>
|
||||
<script type="text/javascript" src="js/dashboard.js?v=6Zr9q4fQ0o"></script>
|
||||
|
||||
<!-- Open Graph tags -->
|
||||
<meta property="og:type" content="website" />
|
||||
@ -109,7 +109,7 @@
|
||||
<p class="menu-label">Administration</p>
|
||||
<ul class="menu-list">
|
||||
<li>
|
||||
<a id="itemFileLength" onclick="panel.changeFileLength()">Preferred file name length</a>
|
||||
<a id="itemFileLength" onclick="panel.changeFileLength()">File name length</a>
|
||||
</li>
|
||||
<li>
|
||||
<a id="itemTokens" onclick="panel.changeToken()">Manage your token</a>
|
||||
|
@ -887,7 +887,7 @@ panel.changeFileLength = () => {
|
||||
}
|
||||
|
||||
panel.page.innerHTML = `
|
||||
<h2 class="subtitle">Preferred file name length</h2>
|
||||
<h2 class="subtitle">File name length</h2>
|
||||
|
||||
<div class="field">
|
||||
<label class="label">Your current file name length:</label>
|
||||
|
Loading…
Reference in New Issue
Block a user