From 7af64bfd466c051ee0acf4b602fdcc879c82d36e Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Fri, 13 Dec 2019 17:21:07 -0600 Subject: [PATCH] Update index-open.html --- index-open.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index-open.html b/index-open.html index e6fa773..603fdf9 100644 --- a/index-open.html +++ b/index-open.html @@ -115,6 +115,7 @@ var newElement="
"; var parent=document.getElementById('appContainer'); parent.innerHTML+=newElement; + moveToFront(app); makeDraggable(); } function closeApplication(app) {