Allow mediawiki.cookie module to be used on mobile
authorSam Smith <git@samsmith.io>
Thu, 6 Nov 2014 15:07:53 +0000 (15:07 +0000)
committerSam Smith <git@samsmith.io>
Thu, 6 Nov 2014 15:07:53 +0000 (15:07 +0000)
Change-Id: If9cce75738e11a552eee620bdab8b2e2c5938392

resources/Resources.php

index 24e2fc2..e53ed54 100644 (file)
@@ -1002,6 +1002,7 @@ return array(
                'dependencies' => array(
                        'jquery.cookie',
                ),
+               'targets' => array( 'desktop', 'mobile' ),
        ),
        'mediawiki.toolbar' => array(
                'class' => 'ResourceLoaderEditToolbarModule',