update
Took 25 hours 49 minutes
This commit is contained in:
@ -4,6 +4,7 @@ html
|
||||
title iTender
|
||||
link(rel='stylesheet', href='/stylesheets/reset.css')
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
meta(charset="UTF-8")
|
||||
body
|
||||
div.modal#modal
|
||||
div.modal-content#modal-content
|
||||
@ -11,7 +12,9 @@ html
|
||||
|
||||
div#overlay
|
||||
div#top
|
||||
span#left <strong>Status:</strong> <span id="status"></span>
|
||||
span#title iTender
|
||||
span#right Verbinden...
|
||||
div#bottom
|
||||
button#menuBtn Menü
|
||||
div#container
|
||||
@ -25,7 +28,7 @@ html
|
||||
block extra
|
||||
script(src="/web.js")
|
||||
script.
|
||||
setTimeout( () =>
|
||||
{
|
||||
window.location.reload();
|
||||
}, 120000 );
|
||||
// setTimeout( () =>
|
||||
// {
|
||||
// window.location.reload();
|
||||
// }, 120000 );
|
||||
|
Reference in New Issue
Block a user