File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 11
11
< body >
12
12
< div id ="app "> </ div >
13
13
< script type ="module " src ="/src/main.js "> </ script >
14
- < script async src ="https://cdn.howuku.com/js/howu.js " key ="6oGbNAlraYnvOYxvJV54EL "> </ script >
15
14
</ body >
16
15
17
16
</ html >
Original file line number Diff line number Diff line change 24
24
<div class =" column has-text-centered" >
25
25
<h1 class =" title" >{{ pkg.displayName }}</h1 >
26
26
<h2 class =" subtitle" >version {{ pkg.version }}</h2 >
27
- <a target =" _blank" :href =" pkg.homepage" onclick = " howuku.track('github-link') " >
27
+ <a target =" _blank" :href =" pkg.homepage" >
28
28
Project, sources & documentation on GitHub
29
29
<i class =" fab fa-github" aria-hidden =" true" />
30
30
</a >
147
147
</template >
148
148
149
149
<script >
150
- /* global require, howuku */
151
150
import packageJson from ' ../package.json'
152
151
import ImageCompare from ' ./vue-image-compare.vue'
153
152
@@ -186,15 +185,13 @@ export default {
186
185
},
187
186
methods: {
188
187
onDrop () {
189
- howuku .track (' user-drop' )
190
188
if (this .showInstructions ) this .showInstructions = false
191
189
},
192
190
toggleInstructions () {
193
191
this .showInstructions = ! this .showInstructions
194
192
},
195
193
toggleOptions () {
196
194
this .showOptions = ! this .showOptions
197
- howuku .track (' toggle-options' )
198
195
},
199
196
},
200
197
}
You can’t perform that action at this time.
0 commit comments