Skip to content
Snippets Groups Projects
Commit ad8c1eee authored by Kasalehlia's avatar Kasalehlia
Browse files

made use of the empty space

parent b2a88f61
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ function renderStatus(sock, everything) { ...@@ -17,7 +17,7 @@ function renderStatus(sock, everything) {
sock.emit('brand.status', Mustache.render(TEMPLATES.status, status)); sock.emit('brand.status', Mustache.render(TEMPLATES.status, status));
} }
if (everything) { if (everything) {
sock.emit('brand', Mustache.render(TEMPLATES.template, status)); sock.emit('brand', Mustache.render(TEMPLATES.template, {random: Math.random()}));
setTimeout(sendInner, 3000); setTimeout(sendInner, 3000);
} else { } else {
sendInner(); sendInner();
......
<img src="/modules/brand/stratum0_logo.svg"><br> <img src="/modules/brand/stratum0_logo.svg"><br>
<h3 data-infodisplay-outlet="status"></h3> <h3 data-infodisplay-outlet="status"></h3>
<img style="width: 470px; height: 310px" src="http://maurudor.de/?rasd={{random}}"></img>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment