From 26a91cb9a27107974510ed71e45a1fd0920490c2 Mon Sep 17 00:00:00 2001 From: giginet Date: Thu, 23 Oct 2014 15:00:15 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=AF=E3=81=A6=E3=81=AA=E3=83=96=E3=83=83?= =?UTF-8?q?=E3=82=AF=E3=83=9E=E3=83=BC=E3=82=AF=E3=83=9C=E3=82=BF=E3=83=B3?= =?UTF-8?q?=E3=81=8C=E5=8A=B9=E3=81=84=E3=81=A6=E3=81=AA=E3=81=8B=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3=20closes=20#327?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/statics/coffee/social.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statics/coffee/social.coffee b/src/statics/coffee/social.coffee index 7afd9f53..21801a62 100644 --- a/src/statics/coffee/social.coffee +++ b/src/statics/coffee/social.coffee @@ -3,7 +3,7 @@ prepareHatenaBookmarkButton = -> # はてなブックマークボタンを設置します $hb = $('.hatena-bookmark-button') - bookmark = "http://b.hatena.ne.jp/entry/{location.href}" + bookmark = "http://b.hatena.ne.jp/entry/#{location.href}" $hb.attr('href', bookmark) prepareFaceBookButton = ->