Skip to content

Commit

Permalink
Adjusted the bookmarklet code in sidebar. Fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
cdevroe committed Mar 25, 2014
1 parent 7b5905d commit 99f35a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/layouts/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<?php endif; ?>
<div class="sidebar-block">
<div class="sidebar-inner">
<a href="javascript:(function()%7Bl%3D%22<?php print getFullUrl(); ?>%2Fmark%2Fadd%3Furl%3D%22%2BencodeURIComponent(window.location.href)%2B%22%26title%3D%22%2BencodeURIComponent(document.title)%2B%22%26v%3D1%26nowindow%3Dyes%26%22%3Bvar%20e%3Dwindow.open(l%2B%22noui%3D1%22%2C%22Unmark%22%2C%22location%3D0%2Clinks%3D0%2Cscrollbars%3D0%2Ctoolbar%3D0%2Cwidth%3D594%2Cheight%3D485%22)%3Breturn%20false%7D)()" class="btn">Unmark+</a>
<a href="javascript:(function()%7Bl%3D%22<?php print getFullUrl(); ?>%2Fmark%2Fadd%3Furl%3D%22%2BencodeURIComponent(window.location.href)%2B%22%26title%3D%22%2BencodeURIComponent(document.title)%2B%22%26v%3D1%26nowindow%3Dyes%26%22%3Bvar%20e%3Dwindow.open(l%2B%22noui%3D1%22%2C%22Unmark%22%2C%22location%3D0%2Clinks%3D0%2Cscrollbars%3D0%2Ctoolbar%3D0%2Cwidth%3D594%2Cheight%3D485%22)%3B%7D)()" class="btn">Unmark+</a>
<p class="clear sidenote">To add marks, drag the button above into your bookmark toolbar.
<br /> Or, use our <a href="https://chrome.google.com/webstore/detail/unmark/cdhnljlbeehjgddokagghpfgahhlifch" target="_blank">Chrome Extension</a>. <a href="http://help.unmark.it/bookmarklet" target="_blank">Learn More</a>.</p>
</div>
Expand Down

0 comments on commit 99f35a0

Please sign in to comment.