diff --git a/online/online.js b/online/online.js index cd07790..972c83f 100644 --- a/online/online.js +++ b/online/online.js @@ -491,8 +491,10 @@ function randomizeAsset( event ) { // go to the web page with more info -function gotoInfoPage( ) { +function gotoInfoPage( event ) { + event.stopPropagation(); + window.location.href = `../docs/${filename}.html`; }