Prevent form submission for WM2018 buttons

This commit is contained in:
Martin Müller 2018-06-20 17:05:34 +02:00
parent 4116f5682c
commit 1a46e547c0

View File

@ -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;
}