Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixbf committed Jan 19, 2025
1 parent a967e48 commit 9eadac7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/examples/app-remote-devori/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,12 @@
tMark = ATON._clock.elapsedTime;
});

/*
// Generate QR-code for remote control App
let url = ATON.BASE_URL + "/examples/app-remote-devori/control.html";
if (url.startsWith("http://localhost")) $("#idQRcontrol").html("<b>To use another device for remote control, you have to use local network address or public IP (not localhost)</b>");
else new QRCode( document.getElementById("idQRcontrol"), url);
*/
};

myApp.update = ()=>{
Expand Down Expand Up @@ -138,7 +140,7 @@
<!-- Bottom Toolbar -->
<div id="idBottomToolbar" class="atonToolbar atonToolbar-bottom"></div>

<!-- Side Panel -->
<!-- Side Panel
<div id="idPanel" class="atonSidePanelContainer">
<div class='atonSidePanelContent'>
<div class='descriptionText'>
Expand All @@ -149,6 +151,7 @@
</div>
</div>
</div>
-->

<!-- Main Popup -->
<div id="idPopup" class="atonPopupContainer" style="display:none;"></div>
Expand Down

0 comments on commit 9eadac7

Please sign in to comment.