I'm using python 2.7's SimpleHTTPServer to host a local website to test the files on (already ran into the local problems). One error I keep getting is
http://192.168.1.152:8000/function%20(a,b)%7Breturn%20new%20n.fn.init(a,b)%7D?callback=jQuery21405766850665677339_1450740082561&_=1450740082562 Failed to load resource: the server responded with a status of 404 (File not found)
I'm new to JQuery and javascript in general, so I have no idea what I'm doing wrong. I've tried changing the path for game.js in the HTML file and that doesn't work either.
Code: