Bump version numbers
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
{{template "user_style" .}}
|
||||
<link rel="stylesheet" href="/res/style/viewer.css?v4"/>
|
||||
<link rel="stylesheet" href="/res/style/layout.css?v4"/>
|
||||
<link rel="stylesheet" href="/res/style/viewer.css?v5"/>
|
||||
<link rel="stylesheet" href="/res/style/layout.css?v5"/>
|
||||
<link rel="shortcut icon" href="/res/img/tray32.png"/>
|
||||
<link rel="icon" sizes="180x180" href="/res/img/pixeldrain.png"/>
|
||||
<link rel="icon" sizes="256x256" href="/res/img/pixeldrain_big.png"/>
|
||||
@@ -164,9 +164,9 @@
|
||||
|
||||
<script src="/res/misc/chartjs/Chart.min.js"></script>
|
||||
<script src="/res/script/jquery.js"></script>
|
||||
<script src="/res/script/Toolbar.js?v6"></script>
|
||||
<script src="/res/script/Viewer.js?v6"></script>
|
||||
<script src="/res/script/ListNavigator.js?v6"></script>
|
||||
<script src="/res/script/Toolbar.js?v7"></script>
|
||||
<script src="/res/script/Viewer.js?v7"></script>
|
||||
<script src="/res/script/ListNavigator.js?v7"></script>
|
||||
<script>
|
||||
// This info gets filled in on the server side to prevent having to make an API call right after the page loads.
|
||||
// Just to slice another few milliseconds from the load time :)
|
||||
|
Reference in New Issue
Block a user