A tournament style bracket with flexbox and fallbacks
Forked from Joe Beason's Pen Flexbox Madness.
A Pen by Captain Anonymous on CodePen.
A tournament style bracket with flexbox and fallbacks
Forked from Joe Beason's Pen Flexbox Madness.
A Pen by Captain Anonymous on CodePen.
| function start() { | |
| var target = settings.read("send")[0]; | |
| var host = target.split(':')[0], port = target.split(':')[1] | |
| send(host, port, "/mremote"); | |
| setInterval(function() { | |
| send(host, port, "/mremote"); | |
| }, 9000); |