Is this page displaying?
http开发者_StackOverflow://www.srcf.ucam.org/~sas98/fapmap/
I was working on it a second ago and now it gives me a blank white page in Chrome and Safari.
Is it displaying for anyone?
EDIT: fixed, thanks!
1 error: unterminated string literal
var html = "<b>" + name + "</b> <br/>" + address "<br/;
You have javascript errors preventing your page from loading, open up a debugger in your browser and fix the problems and the page will load.
/~sas98/fapmap/:59Uncaught SyntaxError: Unexpected identifier (line 59)
/~sas98/fapmap/:69Uncaught ReferenceError: load is not defined (line 69)
精彩评论