OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / assets / javascripts / views / speech_balloons / summary.js.coffee
index 06332e6..f39000a 100644 (file)
@@ -23,8 +23,8 @@ class Pettanr.Views.SpeechBalloon.Summary extends Pettanr.Views.Common.Summary
     this\r
   \r
   panel_click: () ->\r
-    @trigger('navigate', @panel_icon.url())\r
+    @trigger('http_get', @panel_icon.url())\r
   \r
   author_click: () ->\r
-    @trigger('navigate', @author_icon_with_caption.url())\r
+    @trigger('http_get', @author_icon_with_caption.url())\r
   \r