Skip to content

Commit

Permalink
Fixed resource hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
zero01101 authored and actions-user committed Jul 9, 2023
1 parent 2319fbb commit 765d4d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="css/colors.css?v=f732f19" rel="stylesheet" />
<link href="css/icons.css?v=e6f94af" rel="stylesheet" />

<link href="css/index.css?v=aaad3e5" rel="stylesheet" />
<link href="css/index.css?v=fad20a2" rel="stylesheet" />
<link href="css/layers.css?v=92c0352" rel="stylesheet" />

<link href="css/ui/generic.css?v=30837f8" rel="stylesheet" />
Expand Down Expand Up @@ -485,7 +485,7 @@
<!-- Basics -->
<script src="js/global.js?v=ac30d16" type="text/javascript"></script>
<script src="js/defaults.js?v=5b06818" type="text/javascript"></script>
<script src="js/extensions.js?v=fec7579" type="text/javascript"></script>
<script src="js/extensions.js?v=abb882a" type="text/javascript"></script>

<!-- Base Libs -->
<script src="js/lib/util.js?v=379aef7" type="text/javascript"></script>
Expand Down Expand Up @@ -525,7 +525,7 @@
src="js/ui/tool/generic.js?v=3e678e0"
type="text/javascript"></script>

<script src="js/ui/tool/dream.js?v=45b8acd" type="text/javascript"></script>
<script src="js/ui/tool/dream.js?v=b55e592" type="text/javascript"></script>
<script
src="js/ui/tool/maskbrush.js?v=e9bd0eb"
type="text/javascript"></script>
Expand All @@ -542,7 +542,7 @@

<!-- Initialize -->
<script
src="js/initalize/workspace.populate.js?v=2aea61f"
src="js/initalize/workspace.populate.js?v=925431d"
type="text/javascript"></script>
<script
src="js/initalize/shortcuts.populate.js?v=e68546f"
Expand Down
2 changes: 1 addition & 1 deletion pages/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="../css/colors.css?v=f732f19" rel="stylesheet" />
<link href="../css/icons.css?v=e6f94af" rel="stylesheet" />

<link href="../css/index.css?v=aaad3e5" rel="stylesheet" />
<link href="../css/index.css?v=fad20a2" rel="stylesheet" />
<link href="../css/layers.css?v=92c0352" rel="stylesheet" />

<link href="../css/ui/generic.css?v=30837f8" rel="stylesheet" />
Expand Down

0 comments on commit 765d4d9

Please sign in to comment.