Hi,
Looks like you are trying to open the html file directly, rather than via a server (tomcat etc.).
Browser have security restrictions to prevent opening javascript files directly, therefore you either need to run via a server or start chrome with the --allow-file-access-from-files parameter.
Regards,
Jason