Fix: Remove http prefix for bookmarklet to adapt to https page

This commit is contained in:
winkidney
2018-12-29 18:20:13 +08:00
parent 322f779617
commit 2ef9df9cfc

View File

@@ -1,6 +1,6 @@
<a
id="bookmarklet"
href="javascript:void((function(d){var s=d.createElement('script');s.id='pinry-bookmarklet';s.src='http://{{ request.get_host }}/static/js/bookmarklet.js?'+Math.random()*10000000000000000;d.body.appendChild(s)})(document));"
href="javascript:void((function(d){var s=d.createElement('script');s.id='pinry-bookmarklet';s.src='//{{ request.get_host }}/static/js/bookmarklet.js?'+Math.random()*10000000000000000;d.body.appendChild(s)})(document));"
onclick="javascript:alert('Please add a bookmark for this button');return false;"
class="btn btn-default navbar-btn"
>