mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(web): 🐛 specify absolute path to tpl-redirect.js
This commit is contained in:
parent
358c2d9742
commit
b15e00c303
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<![endif]-->
|
||||
|
||||
<!-- For IE > 9 -->
|
||||
<script src="tpl-redirect.js"></script>
|
||||
<script src="https://filterlists.com/tpl-redirect.js"></script>
|
||||
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/icon_filterlists.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue