Bump Custom.js version (#2046)

Prevents cache using old version
This commit is contained in:
flightlevel 2017-10-31 20:54:00 +11:00 committed by GitHub
parent 570ea5bb51
commit a319838029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@
<div class="input-area">
<span class="input-header">Proxy url: </span>
<input id="jackett-proxy-url" class="form-control input-right" type="text" value="" placeholder="">
<input id="jackett-proxy-url" class="form-control input-right" type="text" value="" placeholder="Blank to disable">
</div>
<div class="input-area">
<span class="input-header">Proxy port: </span>
@ -643,6 +643,6 @@
</script>
<script type="text/javascript" src="../libs/api.js?changed=2017083001"></script>
<script type="text/javascript" src="../custom.js?changed=2017090503"></script>
<script type="text/javascript" src="../custom.js?changed=2017103101"></script>
</body>
</html>