OSDN Git Service

fix:
[pettanr/pettanr.git] / app / assets / javascripts / views / scrolls / play.js.coffee
index 43f13a4..03602d3 100644 (file)
@@ -75,6 +75,7 @@ class Pettanr.Views.Scroll.PlayModule.Panels extends Backbone.View
       return if not scroll_panel.has_panel()\r
       panel = scroll_panel.panel()\r
       panel.fetch({cache: true}).done =>\r
+        panel.attributes = panel.replaced_attributes()\r
         body = new Pettanr.Views.Panel.Body({\r
           panel: panel,\r
           operators: @operators,\r