diff options
Diffstat (limited to 'app/views/time_tables/edit.html.slim')
| -rw-r--r-- | app/views/time_tables/edit.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/time_tables/edit.html.slim b/app/views/time_tables/edit.html.slim index e1c566ff4..d8cffb1b0 100644 --- a/app/views/time_tables/edit.html.slim +++ b/app/views/time_tables/edit.html.slim @@ -8,6 +8,6 @@  = javascript_tag do    | window.actionType = "#{raw params[:action]}"; -  | window.I18n = #{(I18n.backend.send(:translations)[I18n.locale].to_json).html_safe}; +  // | window.I18n = #{(I18n.backend.send(:translations)[I18n.locale].to_json).html_safe};  = javascript_pack_tag 'time_tables/edit.js'  | 
