diff --git a/website/client/app.vue b/website/client/app.vue index 3f9031a071..f77818a410 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -44,8 +44,6 @@ div router-view app-footer audio#sound(autoplay, ref="sound") - source#oggSource(type="audio/ogg", :src="sound.oggSource") - source#mp3Source(type="audio/mp3", :src="sound.mp3Source")