forked from server/soundboard
Revert "Another try to fix the WM2018 buttons..."
This reverts commit 1ac45886e9ab09540977690a1d3dd8d572bc160a.
This commit is contained in:
parent
1ac45886e9
commit
347f4a7f52
@ -269,4 +269,6 @@ function wm2018(channel) {
|
||||
} else if (channel === "zdf") {
|
||||
ajaxRequest("/?video=https://www.zdf.de/sender/zdf/zdf-live-beitrag-100.html");
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -60,8 +60,8 @@
|
||||
<form>
|
||||
<label for="video">Stream URL</label>
|
||||
<input id="streaming-url" type="text" name="video" placeholder="paste stream url here..." />
|
||||
<button onclick="wm2018('ard');return false;">⚽️ WM 2018: ARD</button>
|
||||
<button onclick="wm2018('zdf');return false;">⚽️ WM 2018: ZDF</button>
|
||||
<button onclick="wm2018('ard');">⚽️ WM 2018: ARD</button>
|
||||
<button onclick="wm2018('zdf');">⚽️ WM 2018: ZDF</button>
|
||||
</form>
|
||||
<button onclick="playStream();">Play!</button>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user