mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
must use all local static files.
This commit is contained in:
parent
1f2b96a891
commit
7950785757
2 changed files with 6 additions and 1 deletions
5
static/js/jquery-1.12.2.min.js
vendored
Normal file
5
static/js/jquery-1.12.2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -77,7 +77,7 @@
|
|||
<script>
|
||||
var plugin_ttl = {{plugin_ttl}};
|
||||
</script>
|
||||
<script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
|
||||
<script src="/static/js/jquery-1.12.2.min.js"></script>
|
||||
<script src="/static/js/captiveportal.js"></script>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue