From: Gabriel Dunne Date: Sun, 18 Dec 2011 08:18:18 +0000 (-0800) Subject: update location variable in bookmarklet X-Git-Tag: v0.1~63 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=ed0d0015b392abdc25f4e2fcf9719dab6064ca5a;p=clmpr.git update location variable in bookmarklet --- diff --git a/bookmarklet.js b/bookmarklet.js index 3d28143..290d99a 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -5,7 +5,7 @@ c = encodeURIComponent, d = w.open( 'http://clmpr/put.php?' - + 'url=' + c(b.url) + + 'url=' + c(b.location) + '&title=' + c(b.title) , 'clmpr_popup' , 'left=' + (( w.screenX || w.screenLeft ) + 10)