mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix event tracking not being injecting
This commit is contained in:
parent
39c8a6a193
commit
e95778c703
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
define [
|
define [
|
||||||
"base"
|
"base"
|
||||||
], (App) ->
|
], (App) ->
|
||||||
App.controller "AutoCompileOnboardingController", ($scope) ->
|
App.controller "AutoCompileOnboardingController", ($scope, event_tracking) ->
|
||||||
recompileBtn = angular.element('#recompile')
|
recompileBtn = angular.element('#recompile')
|
||||||
popover = angular.element('.onboarding__autocompile')
|
popover = angular.element('.onboarding__autocompile')
|
||||||
{ top, left } = recompileBtn.offset()
|
{ top, left } = recompileBtn.offset()
|
||||||
|
|
Loading…
Reference in a new issue