Correct bug where correct currency symbol wasn't included on all pages

This commit is contained in:
Eric Schultz 2018-07-20 15:13:44 -05:00
parent 65b451a8ad
commit e294c72cd1

View file

@ -22,6 +22,7 @@ var app = {
, map_provider_options: <%= Settings.maps&.options ? raw(Settings.maps.options.to_json) : {} %>
, editor: "<%= Settings.page_editor.editor%>"
<% if Settings&.page_editor&.editor == 'froala' and Settings&.page_editor&.editor_options&.froala_key %>, froala_key: "<%= Settings.page_editor.editor_options.froala_key %>"<% end %>
<%if @nonprofit&.currency_symbol %>, currency_symbol: "<%= @nonprofit.currency_symbol%>"<% end %>
};
var ENV = {