Correct bug where correct currency symbol wasn't included on all pages
This commit is contained in:
parent
65b451a8ad
commit
e294c72cd1
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue