Unspaghettification
This commit is contained in:
parent
30594ef6de
commit
01052bb2bd
|
@ -1,9 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||||
<!--<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>-->
|
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
|
||||||
<!--<link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/base/jquery-ui.css"/>-->
|
|
||||||
<script src="https://raw.githubusercontent.com/furf/jquery-ui-touch-punch/master/jquery.ui.touch-punch.min.js"/>
|
|
||||||
<!-- classes were from SparrOS Developer Team -->
|
<!-- classes were from SparrOS Developer Team -->
|
||||||
<title>DremJS</title>
|
<title>DremJS</title>
|
||||||
<!--<embed src="mopen.mp3" width="0" height="0" loop="false" autostart="true" hidden="true" />
|
<!--<embed src="mopen.mp3" width="0" height="0" loop="false" autostart="true" hidden="true" />
|
||||||
|
@ -155,11 +153,11 @@
|
||||||
document.getElementById('txt').innerHTML =
|
document.getElementById('txt').innerHTML =
|
||||||
h + ":" + m + ":" + s;
|
h + ":" + m + ":" + s;
|
||||||
var t = setTimeout(startTime, 500);
|
var t = setTimeout(startTime, 500);
|
||||||
}
|
}
|
||||||
function checkTime(i) {
|
function checkTime(i) {
|
||||||
if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10
|
if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue