https://bugzilla.wikimedia.org/show_bug.cgi?id=43107

Andre Klapper <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |High
                 CC|                            |[email protected]
            Summary|test.wikipedia.org does not |test.wikipedia.org does not
                   |serve correct messages to   |serve correct messages to
                   |JS after extension deploy   |JS after GettingStarted
                   |                            |extension deploy

--- Comment #1 from Andre Klapper <[email protected]> ---
Different results here, close as WORKSFORME?

With debug=true:

mw.loader.implement("ext.gettingstarted.accountcreation",
["//test.wikipedia.org/w/static-1.21wmf6/extensions/GettingStarted/resources/ext.gettingstarted.accountcreation.js"],
{}, {"gettingstarted-welcomesiteuser":"Welcome to $1,
$2!","gettingstarted-backtoarticle":"No thanks, back to article"});

With debug=false:

mw.loader.implement("ext.gettingstarted.accountcreation",function(){(function($,mw){$(function(){var
title=mw.msg('gettingstarted-welcomesiteuser',mw.config.get('wgSiteName'),mw.config.get('wgUserName'));document.title=title;$('#firstHeading
span').text(title);var $returnTo=$('#mw-returnto');var
returnToUrl=$('a',$returnTo).attr('href');$returnTo.remove();var
$returnToAgora=$('<a />',{id:'back-to-referrer',href:returnToUrl,'class':'blue
mw-ui-button',text:'←
'+mw.msg('gettingstarted-backtoarticle')});$('#onboarding-header
p').append($returnToAgora);var state={};var
url=mw.util.wikiGetlink('Special:GettingStarted');if(history.replaceState){history.replaceState(state,title,url);}});})(jQuery,mediaWiki);;},{},{"gettingstarted-welcomesiteuser":"Welcome
to $1, $2!","gettingstarted-backtoarticle":"No thanks, back to article"});
/* cache key:
testwiki:resourceloader:filter:minify-js:7:0540b98b5c698de4af3e5f932a9d5e57 */

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to