mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
Merge branch 'master' of github.com:slynn1324/tinypin
This commit is contained in:
commit
0d15c2492e
2 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue