From e3f4215cc2c9f982cf9e9952506c033cf322ec14 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Wed, 20 Aug 2014 20:46:59 -0400 Subject: [PATCH] Mark that it requires JavaScript in beta feature Bug: 69825 Change-Id: I0aad1dc6ccfce787c48922f6af253967de394b7b --- Popups.hooks.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Popups.hooks.php b/Popups.hooks.php index 5a0b2184a..007037669 100644 --- a/Popups.hooks.php +++ b/Popups.hooks.php @@ -32,6 +32,9 @@ class PopupsHooks { ), 'info-link' => 'https://www.mediawiki.org/wiki/Beta_Features/Hovercards', 'discussion-link' => 'https://www.mediawiki.org/wiki/Talk:Beta_Features/Hovercards', + 'requirements' => array( + 'javascript' => true, + ), ); }