Update index-open.html

This commit is contained in:
Innovation Inc 2019-12-13 18:32:33 -06:00 committed by GitHub
parent d810c89ce3
commit c93e5863bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@
} }
</style> </style>
</head> </head>
<body onload="makeDraggable()"> <body onload="initAgendaWM()">
<p class="cwhite br3">DremJS Version 0.1.1b</p> <p class="cwhite br3">DremJS Version 0.1.1b</p>
<p class="cwhite br2">Build 25</p> <p class="cwhite br2">Build 25</p>
<p class="cwhite br1">&copy; Innovation Inc.</p> <p class="cwhite br1">&copy; Innovation Inc.</p>
@ -112,15 +112,15 @@
<div id="appContainer"> <div id="appContainer">
</div> </div>
<div class="taskbar" onload="startTime()"> <div class="taskbar">
<div class="cwhite" style="text-align:left" id="txt"></div> <a onclick="openApplication('About')"><img class="cent" src="apps/About/about.png"> |</a> <div class="cwhite" style="text-align:left" id="txt"></div> <a onclick="openApplication('About')"><img class="cent" src="apps/About/about.png"> |</a>
</div> </div>
<script> <script>
/*function initAgendaWM() { function initAgendaWM() {
makeDraggable(); makeDraggable();
//startTime(); startTime();
}*/ }
function makeDraggable() { function makeDraggable() {
$(".framewrap") $(".framewrap")
.draggable() .draggable()