We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6138f05 commit 3d974a4Copy full SHA for 3d974a4
assets/javascripts/app/config.coffee.erb
@@ -14,4 +14,4 @@ app.config =
14
release: <%= Time.now.utc.httpdate.to_json %>
15
mathml_stylesheet: '<%= App.cdn_origin %>/mathml.css'
16
service_worker_path: '/service-worker.js'
17
- service_worker_enabled: <%= App.environment == 'production' || ENV['ENABLE_SERVICE_WORKER'] == 'true' %>
+ service_worker_enabled: '<%= App.environment == 'production' || ENV['ENABLE_SERVICE_WORKER'] == 'true' %>' == 'true'
0 commit comments