Update index-open.html
This commit is contained in:
parent
d810c89ce3
commit
c93e5863bd
|
@ -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">© Innovation Inc.</p>
|
<p class="cwhite br1">© 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()
|
||||||
|
|
Loading…
Reference in a new issue