mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
removed obosolete js file
This commit is contained in:
parent
26fbd78156
commit
61f38ceda6
2 changed files with 0 additions and 12 deletions
9
dist/js/functions.js
vendored
9
dist/js/functions.js
vendored
|
@ -1,9 +0,0 @@
|
||||||
function CheckPSK(psk, id) {
|
|
||||||
if(psk.value.length < 8 || psk.value.length > 63) {
|
|
||||||
psk.style.background='#FFD0D0';
|
|
||||||
document.getElementById(id).disabled = true;
|
|
||||||
} else {
|
|
||||||
psk.style.background='#D0FFD0';
|
|
||||||
document.getElementById(id).disabled = false;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -242,9 +242,6 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES);
|
||||||
</div><!-- /#page-wrapper -->
|
</div><!-- /#page-wrapper -->
|
||||||
</div><!-- /#wrapper -->
|
</div><!-- /#wrapper -->
|
||||||
|
|
||||||
<!-- RaspAP JavaScript -->
|
|
||||||
<script src="dist/js/functions.js"></script>
|
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="vendor/jquery/jquery.min.js"></script>
|
<script src="vendor/jquery/jquery.min.js"></script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue