From 639cecb4bec8ac275d2c5eac089a124ccf96d7c4 Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Thu, 21 Jan 2016 00:36:11 +0000 Subject: [PATCH] Allow UserInputWidget on mobile Change-Id: I87699a93ca1b34c6d248456fcc060f584623d158 --- resources/Resources.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/Resources.php b/resources/Resources.php index cd9810ce9b..60c3175272 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -2160,6 +2160,7 @@ return array( 'dependencies' => array( 'oojs-ui', ), + 'targets' => array( 'desktop', 'mobile' ), ), /* es5-shim */ -- 2.20.1