Quick fix: Updated the remote audio storage log

This commit is contained in:
Paulin Jorys 2017-07-11 16:03:34 +02:00
parent 12f0be4149
commit 66da3a7c87

View File

@ -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);
}