bugfix: wrong path

This commit is contained in:
Leon van Kammen 2025-01-27 17:42:51 +01:00
parent 6c7667cd80
commit 2137af0a48
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ AFRAME.registerComponent('window', {
dependencies:{ dependencies:{
dom: "com/dom.js", 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(){ init: function(){