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

Tisza Gergő <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Tisza Gergő <[email protected]> 2010-07-22 19:33:06 UTC ---
Until this gets fixed, a Common.js-based workaround for interested parties:

if ( typeof $j != 'undefined' && window.wgWikiEditorEnabledModules &&
wgWikiEditorEnabledModules.toolbar ) {
  addOnloadHook( function() {
    $j( '#wpTextbox1' ).bind( 'wikiEditor-toolbar-buildSection-main', function(
event, section ) {
      section.groups.insert.tools.signature.action.options.post = '– ~~' +
'~~';
    });
  });
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to