https://bugzilla.wikimedia.org/show_bug.cgi?id=56117
--- Comment #4 from Matthew Flaschen <[email protected]> --- As noted by Umherirrender, that line is not part of ProveIt. It's part of RefToolbarLegacy, loaded via: MediaWiki:Common.js -> MediaWiki:Common.js/edit.js -> MediaWiki:RefToolbarLegacy.js Relevant to your testing, MediaWiki:Common.js/edit.js has a hard-coded reference to en.wikipedia.org, which means it's pulling stuff from prod rather than the test environment. This should be fixed. RefToolbarLegacy.js is entirely separate from ProveIt (despite having a similar purpose). It seems very odd that ProveIt would load without being enabled. I have never had that reported, nor do I know of any mechanism that bug could occur. If you are sure it's not being enabled somehow, and can reproduce that, you should file a separate bug against ResourceLoader. It seems you're testing in production mode in your screenshots. Obviously, it's important to test in production mode. However, when reporting errors on specific lines, please also retest in debug mode. That will generally provide useful filenames and line numbers. -- 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
