From 2137af0a484ce72d6f8dc43d6cbbd40f41e18b5a Mon Sep 17 00:00:00 2001
From: Leon van Kammen <leonvankammen@gmail.com>
Date: Mon, 27 Jan 2025 17:42:51 +0100
Subject: [PATCH] bugfix: wrong path

---
 com/window.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/com/window.js b/com/window.js
index b23d1f8..c37cbaf 100644
--- a/com/window.js
+++ b/com/window.js
@@ -41,7 +41,7 @@ AFRAME.registerComponent('window', {
 
   dependencies:{
     dom:         "com/dom.js",
-    winboxjs:    "../assets/winbox.bundle.min.js",     // deadsimple windows: https://nextapps-de.github.io/winbox
+    winboxjs:    "assets/winbox.bundle.min.js",     // deadsimple windows: https://nextapps-de.github.io/winbox
   },
 
   init: function(){