https://bugzilla.wikimedia.org/show_bug.cgi?id=52491
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |[email protected], | |[email protected], | |[email protected] Component|Page editing |General Resolution|--- |INVALID Assignee|[email protected]. |[email protected] |org | Product|MediaWiki |VisualEditor --- Comment #1 from Bartosz Dziewoński <[email protected]> --- This is an issue with a script at [[de:MediaWiki:Common.js]]. In the section "erzeuge einen "Neuen Abschnitt"-Link an der letzten Überschrift", replace "$( 'span.mw-editsection:last a' )" with "$( 'span.mw-editsection:last a:last' )". That should be enough to fix it. -- 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
