Jelajahi Sumber

Removed my troll :c

Kris did not like it :palm_tree:
johand199 9 tahun lalu
induk
melakukan
4ebf1caa9c
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      app/client/scripts/onCreated.js

+ 0 - 2
app/client/scripts/onCreated.js

@@ -189,8 +189,6 @@ Template.room.onCreated(function () {
         $("#time-total").text(d.minutes() + ":" + ("0" + d.seconds()).slice(-2));
         Session.set("timeFormat", d.minutes() + ":" + ("0" + d.seconds()).slice(-2));
         document.title = Session.get("title") + " - " + Session.get("artist") + " - Musare"
-        var msg = new SpeechSynthesisUtterance("New song:" + Session.get("title") + " By: " + Session.get("artist"));
-        window.speechSynthesis.speak(msg);
     }
 
     function resizeSeekerbar() {