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





--- Comment #2 from Happy-melon <[email protected]>  2009-02-12 
08:43:44 UTC ---
It's the 'autocollapse' threshold: set it to 'n', and then if there are more
than n collapsible tables on a page, the nth table onwards will be collapsed by
default if it has the "autocollapse" class.  Perhaps it would be cleaner to
declare it as a pseudo-default:

    if( autoCollapse = typeof(wgCTAutoCollapse) != 'undefined' ?
wgCTAutoCollapse : 2;
    ....


-- 
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