diff --git a/app/views/application/app.html.erb b/app/views/application/app.html.erb index d0018ed90..24bda6878 100644 --- a/app/views/application/app.html.erb +++ b/app/views/application/app.html.erb @@ -34,7 +34,7 @@ window._extensions_manager_location = "<%= ENV['EXTENSIONS_MANAGER_LOCATION'] %>"; window._batch_manager_location = "<%= ENV['BATCH_MANAGER_LOCATION'] %>"; window._bugsnag_api_key = "<%= ENV['BUGSNAG_API_KEY'] %>"; - window._enable_unfinished_features = "<%= ENV['ENABLE_UNFINISHED_FEATURES'] %>" + window._enable_unfinished_features = "<%= ENV['ENABLE_UNFINISHED_FEATURES'] %>" === 'true'; <% if Rails.env.development? %>