Send JSON in autocompile setting event payload

This commit is contained in:
Alasdair Smith 2017-09-19 15:55:00 +01:00
parent 66bed67270
commit 4007fc682b

View file

@ -107,7 +107,7 @@ define [
if newValue? and oldValue != newValue
localStorage("autocompile_enabled:#{$scope.project_id}", newValue)
toggleAutoCompile(newValue)
event_tracking.sendMB "autocompile-setting-changed", newValue
event_tracking.sendMB "autocompile-setting-changed", { value: newValue }
if window.user?.betaProgram and $scope.autocompile_enabled
toggleAutoCompile(true)