]> git.quilime.com - clmpr.git/commitdiff
update location variable in bookmarklet
authorGabriel Dunne <gdunne@quilime.com>
Sun, 18 Dec 2011 08:18:18 +0000 (00:18 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 18 Dec 2011 08:18:18 +0000 (00:18 -0800)
bookmarklet.js

index 3d2814390b4fa6bd34e79de1d3f6bc5d2f3f19c2..290d99abbdaddbb2890d39613ac73a9f93ddf7d0 100644 (file)
@@ -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)