Skip to content

Commit

Permalink
fix: remove service worker (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite authored Feb 26, 2024
1 parent b5b7d6b commit 5ccadce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<link rel="stylesheet" href="styles/dark-theme.css?<?= $version ?>" id="dark-theme" <?= $theme == "light" ? "disabled" : "" ?>>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<script type="text/javascript" src="scripts/all.js?<?= $version ?>"></script>
<script type="text/javascript" src="scripts/common.js?<?= $version ?>"></script>
<script type="text/javascript">
window.theme = "<?= $theme ?>";
Expand Down
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "v1.8.2";
$version = "v1.8.3";
?>

0 comments on commit 5ccadce

Please sign in to comment.