Set the name to .html and changed the placement of the tekst
This commit is contained in:
parent
c655cafe2f
commit
3c76310c5d
|
@ -25,12 +25,10 @@
|
|||
weekday[6] = "Lørdag";
|
||||
|
||||
var answer = document.getElementById("answer")
|
||||
|
||||
if (n == 5)
|
||||
{
|
||||
answer.innerHTML = "Baren skulle være åben fra klokken 15:00!";
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
answer.innerHTML = "Baren er desværre ikke åben, da det er " + weekday[n] + " og klokken er " + hours + ":" + minutes;
|
||||
|
@ -39,11 +37,8 @@
|
|||
</script>
|
||||
</head>
|
||||
<body onload="datbarCheck();">
|
||||
|
||||
<div id="print"></div>
|
||||
<div id="answer"></div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user