Fix typo in froala key init

This commit is contained in:
Eric Schultz 2018-05-21 17:00:00 -05:00
parent a0fbceb5a3
commit 2d4d6d3242

View file

@ -20,7 +20,7 @@ var app = {
, facebook_app_id: "<%= ENV['FACEBOOK_APP_ID'] %>"
, map_provider: "<%= Settings.maps&.provider %>"
, editor: "<%= Settings.page_editor.editor%>"
<% if Settings.page_editor.editor == 'froala' and Settings.page_editor.editor_options.froala_key %>, froala_key: "<%= Settings.froala_key%>"<% end %>
<% if Settings.page_editor.editor == 'froala' and Settings.page_editor.editor_options.froala_key %>, froala_key: "<%= Settings.page_editor.editor_options.froala_key %>"<% end %>
};
var ENV = {