diff --git a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee index cc569a9465..65b0263163 100644 --- a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee +++ b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee @@ -91,6 +91,7 @@ define [ if newValue? and oldValue != newValue localStorage("autocompile_enabled:#{$scope.project_id}", newValue) toggleAutoCompile(newValue) + event_tracking.sendMB "autocompile-setting-changed", newValue if window.user?.betaProgram and $scope.autocompile_enabled toggleAutoCompile(true)