Skip to content

Commit

Permalink
Merge pull request #79 from SpartaEnergizerTeam/develop
Browse files Browse the repository at this point in the history
main into develop
  • Loading branch information
1eeyerin authored May 9, 2024
2 parents bc57214 + b1322d1 commit 82fa192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="./js/theme.js"></script>
<script src="./js/common.js" type="module"></script>
<script src="./js/index.js" type="module"></script>
<script src="./js/popup.js"></script>
<script defer src="./js/popup.js"></script>
</head>
<body>
<div class="popup-back" id="popup_back">
Expand Down
2 changes: 1 addition & 1 deletion page/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" href="../css/page/profile.css" />
<script src="../js/theme.js"></script>
<script src="../js/common.js" type="module"></script>
<script src="../js/page/profile.js"></script>
<script defer src="../js/page/profile.js"></script>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 82fa192

Please sign in to comment.