From ed0d0015b392abdc25f4e2fcf9719dab6064ca5a Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 18 Dec 2011 00:18:18 -0800 Subject: [PATCH] update location variable in bookmarklet --- bookmarklet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1