Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
はてなブックマークボタンが効いてなかったのを修正 closes #327
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Oct 23, 2014
1 parent ad271ff commit 26a91cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statics/coffee/social.coffee
Expand Up @@ -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 = ->
Expand Down

0 comments on commit 26a91cb

Please sign in to comment.