From 6b2a8c0843bd7402ed30fec81be19006247a524a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Mon, 30 Jul 2018 14:56:44 +0200 Subject: [PATCH] Revert "Prevent form submission for WM2018 buttons" This reverts commit 1a46e547c0d0eb6cd5ff5fb87116d8fffc64b12e. --- static/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/main.js b/static/main.js index b701fe2..b52863b 100644 --- a/static/main.js +++ b/static/main.js @@ -269,6 +269,4 @@ function wm2018(channel) { } else if (channel === "zdf") { ajaxRequest("/?video=https://www.zdf.de/sender/zdf/zdf-live-beitrag-100.html"); } - - return false; }