OSDN Git Service

t#31949:lib writing_format
[pettanr/pettanr.git] / app / helpers / application_helper.rb
index e3ca640..061bad0 100644 (file)
@@ -52,6 +52,7 @@ module ApplicationHelper
   
   def panel_editor_javascript_include_tags
     WritingFormat.list().map {|wf|
+#      javascript_include_tag wf.engine_name
       javascript_include_tag wf.engine_name + "/application"
     }.join("\n")
   end