Skip to content

Commit

Permalink
Update online.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boytchev committed Jul 7, 2024
1 parent 728eba8 commit 94f8d2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion online/online.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;

}
Expand Down

0 comments on commit 94f8d2c

Please # to comment.