MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / checkAudioSetting

Function checkAudioSetting

public/src/js/script.js:234–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232}
233
234function checkAudioSetting() {
235 if (JSON.parse(localStorage.getItem("audioStatus")) == false) {
236 setting["audioStatus"] = false;
237 } else {
238 setting["audioStatus"] = true;
239 }
240}
241
242//monitor the login state of user
243firebase.auth().onAuthStateChanged(function (user) {

Callers 1

script.jsFile · 0.85

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected