diff --git a/views/projects/hex/index.html b/views/projects/hex/index.html index 6cdb80b..f0eb559 100755 --- a/views/projects/hex/index.html +++ b/views/projects/hex/index.html @@ -78,5 +78,10 @@ + diff --git a/views/projects/hex/scripts/index.js b/views/projects/hex/scripts/index.js index 7ae5958..4cb12be 100755 --- a/views/projects/hex/scripts/index.js +++ b/views/projects/hex/scripts/index.js @@ -49,8 +49,7 @@ function averageColors(hex) { } function initDocument(hx, w, h, t) { - const newWindow = new WindowObject( - window.parent.document.querySelector("#WindowHolder"), + const newWindow = window.top.manager.createWindow( ` Result diff --git a/views/projects/index.html b/views/projects/index.html index 4f3165b..2f592d3 100755 --- a/views/projects/index.html +++ b/views/projects/index.html @@ -5,8 +5,8 @@ Project Windows - +