Sebastian
Sebastian

Reputation: 3628

Is this page displaying?

http://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!

Upvotes: 0

Views: 32

Answers (2)

Jacob Tabak
Jacob Tabak

Reputation: 8094

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)

Upvotes: 0

SLaks
SLaks

Reputation: 887449

1 error: unterminated string literal

var html = "<b>" + name + "</b> <br/>" + address "<br/;

Upvotes: 1

Related Questions