Skip to content

Commit

Permalink
Fix redirect onError
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrsllwngr committed Sep 17, 2020
1 parent 04cab39 commit f76a04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/game.julius
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ $(document).ready(function () {
src.onerror = function (input) {
console.log({ input });
console.error("ONERROR!");
goBack();
//goBack();
};
src.onmessage = function (input) {
// console.log({ input });
Expand Down

0 comments on commit f76a04f

Please sign in to comment.