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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |FIXED

--- Comment #11 from [email protected] 2011-07-19 18:40:24 UTC ---
(In reply to comment #10)
> Nice, but could you please add a legacy function for old links (from FAQ etc,
> links that help-seeking users found in archives)? Maybe something like
> (untested)
>      var tab, hash = window.location.hash;
>      if( tab = hash.match( /^#preftab-(.+)/ ) ) {
>          var $tab = $( hash + '-tab' );
>          if (! $tab.length && tab[1])
>              $tab = $('#preftoc a').eq(parseInt(tab[1]));
>          $tab.click();
>      }

For backward compatible see r91869#c19481

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to