From 94f8d2cd23eabdd83e7c8aaf594ef5c76705b647 Mon Sep 17 00:00:00 2001
From: boytchev <70705048+boytchev@users.noreply.github.com>
Date: Sun, 7 Jul 2024 21:01:01 +0300
Subject: [PATCH] Update online.js

---
 online/online.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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`;
 
 }