mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
index.html: shortcut favicon update. resolves #5095
stupid firefox nothing wrong with the previous version of the link wihch works fine on chrome but firefox won't show it, something to do with cache or other crap. adding a ? solves, so what the heck.
This commit is contained in:
parent
f2baa8f43c
commit
7c0fd1233f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon-180x180.png" />
|
||||
<link rel="mask-icon" href="jackett_medium.png" color="#35c5f4">
|
||||
<link rel="icon" type="image/ico" href="../favicon.ico" />
|
||||
<link rel='shortcut icon' type='image/x-icon' href='../favicon.ico' />
|
||||
<link rel='shortcut icon' type='image/x-icon' href='../favicon.ico?' />
|
||||
<script type="text/javascript" src="../libs/filesize.min.js?changed=2017083001"></script>
|
||||
<script type="text/javascript" src="../libs/jquery.min.js?changed=2017083001"></script>
|
||||
<script type="text/javascript" src="../libs/jquery.dataTables.min.js?changed=2017083001" charset="utf8"></script>
|
||||
|
|
Loading…
Reference in a new issue