diff --git a/static/js/index.js b/static/js/index.js index 7779e30..2b2f6a3 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -748,7 +748,7 @@ function saveRemoteAudio() { // checking the new state setTimeout(function() { var remoteAudioState = $("#remoteAudioEnabledSwitch").parent().hasClass('is-checked'); - console.log('saving remote audio state : ' + remoteAudioState); + console.log('[index.js, saveRemoteAudio]', 'color: green;', 'Saving remote audio state : ' + remoteAudioState); storeData('remoteAudio', remoteAudioState, null); }, 100); }