Skip to content

Commit

Permalink
Improve state-handling in Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossshannon committed Dec 10, 2024
1 parent 6004bdc commit 22cd12e
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 341 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="cache-control" content="no-cache">
<title>Pinboard — Save a Bookmark</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
Expand All @@ -18,7 +19,7 @@
<link rel="shortcut icon" type="image/x-icon" href="https://pinboard.in/favicon.ico" referrerpolicy="no-referrer">
<!--[if lt IE 9]><script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/2.0.8/es5-shim.min.js"></script><![endif]-->

<script type="module" src="public/js/scripts.min.js"></script>
<script type="module" src="public/js/scripts.min.js" crossorigin="anonymous"></script>
</head>

<body id="pinboard-post">
Expand Down
Loading

0 comments on commit 22cd12e

Please sign in to comment.