RESOLVED Hi. This might belong in the technical issues section. Around 8:45am my scripts started behaving strangely even though I had not altered them. I threw in some logs and those logs would not register, even though no error is thrown. I tried to alter the text in logs that were still working, and although the script appears to save correctly, the text in the logs does not change. Also, my on ready function no longer fires when I restart my scripts: on("ready", function() { log("on ready fires") });
///////////Nothing happens, whereas it was working a mere half hour ago, and I changed nothing ******Update******* I got on my other computer and everything seems to be working. There was an invalid left-hand side expression that showed up on my other computer that was not displaying earlier.