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

Bergi <a.d.be...@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |a.d.be...@web.de
         Resolution|FIXED                       |

--- Comment #10 from Bergi <a.d.be...@web.de> 2011-07-19 16:06:39 UTC ---
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();
     }

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

Reply via email to