Skip to content

Commit 84e8411

Browse files
committed
remove howuku
1 parent 2cd4581 commit 84e8411

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<body>
1212
<div id="app"></div>
1313
<script type="module" src="/src/main.js"></script>
14-
<script async src="https://cdn.howuku.com/js/howu.js" key="6oGbNAlraYnvOYxvJV54EL"></script>
1514
</body>
1615

1716
</html>

src/app.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="column has-text-centered">
2525
<h1 class="title">{{ pkg.displayName }}</h1>
2626
<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">
2828
Project, sources & documentation on GitHub
2929
<i class="fab fa-github" aria-hidden="true" />
3030
</a>
@@ -147,7 +147,6 @@
147147
</template>
148148

149149
<script>
150-
/* global require, howuku */
151150
import packageJson from '../package.json'
152151
import ImageCompare from './vue-image-compare.vue'
153152
@@ -186,15 +185,13 @@ export default {
186185
},
187186
methods: {
188187
onDrop () {
189-
howuku.track('user-drop')
190188
if (this.showInstructions) this.showInstructions = false
191189
},
192190
toggleInstructions () {
193191
this.showInstructions = !this.showInstructions
194192
},
195193
toggleOptions () {
196194
this.showOptions = !this.showOptions
197-
howuku.track('toggle-options')
198195
},
199196
},
200197
}

0 commit comments

Comments
 (0)