https://bugzilla.wikimedia.org/show_bug.cgi?id=47882
Jon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High --- Comment #1 from Jon <[email protected]> --- The problem seems to be because the 'mediawiki.tests.qunit.testrunner' module depends on it. This is not a reason to add it to mobile. Several options here 1) Disable 'mediawiki.page.ready' module on mobile but add target mobile to it in a qunit hook so it works in this mode 2) Rewrite mediawiki.page.ready module to separate out qunit specific code into a separate module and enable that for mobile and replace the dependency to mediawiki.page.ready with that. Thoughts? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
