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

--- Comment #3 from Andyrom75 <andyro...@hotmail.com> ---
<a href="#">À</a> is created by the following instructions:

a.appendChild( document.createTextNode( name ) );
a.href = "#";
addHandler( a, 'click', handler );
paragraph.appendChild( a );


But I have not understood if I have to modify those line (and how) or to add
"mw.loader.using( 'jquery.ui.button' );" to commons. (or maybe both or maybe
none :-)) ...let me know.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to