Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 79c768db34fdd50dd30eae6b858a2b4175f3d5db4fd21cba5b2b0200c2648054
  • Loading branch information
pmacdona committed Oct 23, 2020
1 parent 5ddf6e0 commit e12356b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/www/docs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,6 @@ Jsish.css('app.css');

} catch(e) {
document.getElementById('app').innerText= 'ERROR (redirecting in 8 secs): '+e;
setTimeout(function() { location.href = 'https://jsish.org'; }, 8000);
setTimeout(function() { location.href = 'https://jsish.org/docs'; }, 8000);

}

0 comments on commit e12356b

Please sign in to comment.