Fixed resource hashes

This commit is contained in:
seijihariki 2023-02-15 03:44:10 +00:00 committed by Github Actions
parent 32fefda98c
commit 270607159b
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
<title>openOutpaint 🐠</title>
<!-- CSS Variables -->
<link href="css/colors.css?v=f732f19" rel="stylesheet" />
<link href="css/icons.css?v=466e14e" rel="stylesheet" />
<link href="css/icons.css?v=39f2969" rel="stylesheet" />
<link href="css/index.css?v=61e08f5" rel="stylesheet" />
<link href="css/layers.css?v=92c0352" rel="stylesheet" />
@ -410,7 +410,7 @@
<script src="js/lib/layers.js?v=1a452a1" type="text/javascript"></script>
<script src="js/lib/commands.js?v=ad60afc" type="text/javascript"></script>
<script src="js/lib/toolbar.js?v=306d637" type="text/javascript"></script>
<script src="js/lib/toolbar.js?v=fb3f261" type="text/javascript"></script>
<script src="js/lib/ui.js?v=17014b3" type="text/javascript"></script>
<script
@ -447,7 +447,7 @@
<script
src="js/ui/tool/select.js?v=c05e65a"
type="text/javascript"></script>
<script src="js/ui/tool/stamp.js?v=d89b15d" type="text/javascript"></script>
<script src="js/ui/tool/stamp.js?v=17869a1" type="text/javascript"></script>
<script
src="js/ui/tool/interrogate.js?v=e579ff1"
type="text/javascript"></script>
@ -470,6 +470,6 @@
type="text/javascript"></script>
<!-- Deals with webui communication -->
<script src="js/webui.js?v=2428713" type="text/javascript"></script>
<script src="js/webui.js?v=ccd423a" type="text/javascript"></script>
</body>
</html>

View file

@ -5,7 +5,7 @@
<title>openOutpaint 🐠</title>
<!-- CSS Variables -->
<link href="../css/colors.css?v=f732f19" rel="stylesheet" />
<link href="../css/icons.css?v=466e14e" rel="stylesheet" />
<link href="../css/icons.css?v=39f2969" rel="stylesheet" />
<link href="../css/index.css?v=61e08f5" rel="stylesheet" />
<link href="../css/layers.css?v=92c0352" rel="stylesheet" />