change to 1.3.5 version

This commit is contained in:
Justin 2023-05-15 16:30:57 +08:00 committed by GitHub
parent 0fdf4e2efc
commit e167f234e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
<!-- CSS Stylesheet linking -->
<!-- <link href="{{ url_for('static', filename='style.css') }}" type="text/css" rel="stylesheet" /> ALWAYS CHANGE VERSIONING WHENEVER CHANGES ARE MADE TO AVOID BAD CACHING -->
<link rel="stylesheet" type="text/css" href="../static/style.css?ver=1.3.4"/>
<link rel="stylesheet" type="text/css" href="../static/style.css?ver=1.3.5"/>
</head>
@ -99,7 +99,7 @@
</div>
</div>
<p class="text-white" id="version-text">Version 1.3.4</p>
<p class="text-white" id="version-text">Version 1.3.5</p>
<p class="text-white" id="version-text"><a href="https://docs.google.com/document/d/1TzvukZv_0Pd3TUM6Xe2wEkymn9uIT2qXUBFnMCQwp5g/edit?usp=sharing" target="_blank" id="footerlinks">Changelog</a></p>
</nav>
@ -8503,7 +8503,7 @@
<script src="{{ url_for('static', filename='js/jquery-2.1.1.js') }}"></script>
<!-- <script src="{{ url_for('static', filename='app.js') }}"></script>. ALWAYS CHANGE VERSIONING WHENEVER CHANGES ARE MADE TO AVOID BAD CACHING -->
<script type='text/javascript' src='../static/app.js?ver=1.3.4'></script>
<script type='text/javascript' src='../static/app.js?ver=1.3.5'></script>
<script>