Skip to content

Commit

Permalink
drawio load web app
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Jul 24, 2024
1 parent 8224033 commit 93f0516
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/web-tools/drawio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,6 @@
<link rel="shortcut icon" href="favicon.ico">
<style type="text/css">
body { overflow:hidden; }


div.picker { z-index: 10007; }
.geSidebarContainer .geTitle input {
font-size:8pt;
Expand Down Expand Up @@ -592,7 +590,7 @@ <h2 id="geStatus">Loading...</h2>
<script id="geMain" type="text/javascript">
/**
* Main
*/
if (urlParams['dev'] != '1' && typeof document.createElement('canvas').getContext === "function")
{
window.addEventListener('load', function()
Expand All @@ -604,7 +602,7 @@ <h2 id="geStatus">Loading...</h2>
else
{
App.main();
}*/
}
</script>
</body>
</html>

0 comments on commit 93f0516

Please sign in to comment.