From cd681a2e33f15157be6234053e44de14dfd21e26 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 2 Aug 2018 13:39:36 +0530 Subject: [PATCH] * mute music --- src/app/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/App.js b/src/app/App.js index c8adf63..1a0a599 100644 --- a/src/app/App.js +++ b/src/app/App.js @@ -10,7 +10,7 @@ export default class App extends Component { this.musicPlayer = new SoundCloudAudio('1b0ff6d5c4606e7fdf5d744be591b5a4'); vex.defaultOptions.className = 'vex-theme-wireframe'; vex.defaultOptions.afterClose = ()=>{ - this.playMusic(); + // this.playMusic(); //mute music for good } this.playMusic = this.playMusic.bind(this);