OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / assets / javascripts / views / ground_colors / summary.js.coffee
index 992544c..5fe3ea1 100644 (file)
@@ -23,8 +23,8 @@ class Pettanr.Views.GroundColor.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