Changed bookmarklet code to open in a new window
This commit is contained in:
parent
26a91aa694
commit
95ec0de2da
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<div id="information">
|
||||
<p>Bookmarklet:
|
||||
<a href="javascript:void(location.href='<%= Shorten.base_url %>create/' + encodeURIComponent(location.href));"><%= Shorten.button_text %></a>
|
||||
<a href="javascript:void(window.open('<%= Shorten.base_url %>create/' + encodeURIComponent(location.href)));"><%= Shorten.button_text %></a>
|
||||
</p>
|
||||
</div>
|
Loading…
Reference in a new issue