Descriptive Problem Summary:
Suddenly hitting unexpected token error.
...
Ready to begin play
1.html:3 Script error SyntaxError: Unexpected token )
When I click on the 1.html:3, it navigates me to the middle of this line in the web debugger which appears to have been injected into the head of my .html document so its the first thing to run and fail. It was working so I'm curious if we're picking up "dynamic" script changes you're making outside of the installed software.
<head><base href="http://23.99.84.35:8803/" /><script>(function(w){var by={fixjs:function(f){var m,l,s=f.toString(),i=s.indexOf('{')+1,j=s.lastIndexOf('}');s=s.substr(i,j-i).trim();var eos=function(s,a) {var m,i,j,k,a;if(!a) a=0;else s=s.substr(a);while((m=s.match(/[;\n\"\']/))) {if(m[0]==';'||m[0]=='\n') return a+m.index;for(k=m.index+1;k<s.length;) {if((i=s.indexOf(m[0],k))<0) break;if((j=s.indexOf('\\',k))<0||j>i) break;k=j+2;}s=s.substr(k=(i+1)||s.length); a+=k;}return a+s.length;};while((m=s.match(/((window|document)\.location(\.href)?\s*=\s*)/))){i=m.index;l=m[0].length;j=eos(s,i);s=s.substr(0,i)+'byond.go('+s.substr(i+l,j-i-l)+')'+s.substr(j);}try{w.eval(s);}catch(_){console.log('Script error '+_);}}};function redo(n,t) {setTimeout('byond.'+n+'('+JSON.stringify(t)+')', 100);}var by0=w.byond={topic: function(t){redo('topic',t);},msg: function(t){redo('msg',t);},go: function(t){redo('go',t);}};function reby(){for(var i in by) if(by.hasOwnProperty(i)) w.byond[i]=by[i];}reby();var b=function(e){if(b.o&&e.origin!=b.o)return;b.o=e.origin,b.s=e.source;if(!w.byond) return; try{w.eval(e.data);}catch(_){}if(w.byond.topic==by0.topic){w.byond.topic=function(t){b.s.postMessage('topic:'+t,'*');};reby();}if(w.byond.msg==by0.msg){w.byond.msg=function(t){b.s.postMessage(t,'*');};reby();}};w.addEventListener('message',b);w.parent.postMessage('browser','*');})(window);</script>
Code Snippet (if applicable) to Reproduce Problem: