()
| 1091 | let parametersChanged = false; |
| 1092 | |
| 1093 | function userHasInteracted() { |
| 1094 | if (!firstInteraction) { |
| 1095 | return; |
| 1096 | } |
| 1097 | firstInteraction = false; |
| 1098 | let page = 'index'; |
| 1099 | if (state.tutorial != null && state.tutorial !== '') { |
| 1100 | page = `/v/tutorials/${state.tutorial}`; |
| 1101 | } |
| 1102 | ga('set', 'page', page); |
| 1103 | ga('send', 'pageview', {'sessionControl': 'start'}); |
| 1104 | } |
| 1105 | |
| 1106 | function simulationStarted() { |
| 1107 | ga('send', { |
no outgoing calls
no test coverage detected
searching dependent graphs…