HTML5 Uncaught ReferenceError: confirm is not defined

Replace “confirm” inside the .js file to “window.confirm” and it should work.