X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fassets%2Fjavascripts%2Fviews%2Fspeech_balloons%2Fshow.js.coffee;h=a2fe35eb8b5fa9690dd93517e0f46c4320ac8119;hp=334538d55e67a222614016d3868655c5c86d8a01;hb=16156f8c2cc82d5ae69e3c2b7d5cc35ddbfa92a3;hpb=29abaf3989363cb51d0bb64e1560a80114920782 diff --git a/app/assets/javascripts/views/speech_balloons/show.js.coffee b/app/assets/javascripts/views/speech_balloons/show.js.coffee index 334538d5..a2fe35eb 100644 --- a/app/assets/javascripts/views/speech_balloons/show.js.coffee +++ b/app/assets/javascripts/views/speech_balloons/show.js.coffee @@ -55,14 +55,14 @@ class Pettanr.Views.SpeechBalloon.Show extends Backbone.View this.$el.append(rb.render().el) click_show: () -> - window.router.navigate(@item.show_url(), true) + @trigger('http_get', @item.show_url()) click_author: () -> - window.router.navigate(@panel.author().show_url(), true) + @trigger('http_get', @panel.author().show_url()) click_prof: () -> - window.router.navigate(@item.prof_url(), true) + @trigger('http_get', @item.prof_url()) click_credit_icon: (item) -> - window.router.navigate(item.show_url(), true) + @trigger('http_get', item.show_url())