Merge branch 'master' of github.com:slynn1324/tinypin

This commit is contained in:
slynn1324 2021-01-29 09:07:29 -06:00
commit 0d15c2492e
2 changed files with 6 additions and 3 deletions

View file

@ -31,6 +31,10 @@ or
# chrome extension
https://chrome.google.com/webstore/detail/add-to-tinypin/ehdpchlgmoafibdpmimgigogcgmebfpa
or
- visit `chrome://extensions`
- enable developer mode
- click `Load Unpacked`
@ -39,7 +43,6 @@ or
- click `extension options`
- update the url for your tinypin installation
I'll see about publishing it in time....
# security

View file

@ -251,7 +251,7 @@ const appComponent = new Reef("#app", {
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Add Pin ${window.location.hash.length}</p>
<p class="modal-card-title">Add Pin</p>
<div id="loader" class="button is-text ${data.loading ? 'is-loading' : ''}"></div>
</header>
<section class="modal-card-body">
@ -359,4 +359,4 @@ appComponent.render();
</body>
</html>
</html>