TOC: Avoid Sizzle selectors
[lhc/web/wiklou.git] / resources / src / mediawiki.toc / toc.js
index e574568..c1066f2 100644 (file)
@@ -13,7 +13,7 @@
 
                        // Hide/show the table of contents element
                        function toggleToc() {
-                               if ( $tocList.is( ':hidden' ) ) {
+                               if ( $this.hasClass( 'tochidden' ) ) {
                                        // FIXME: Use CSS transitions
                                        // eslint-disable-next-line no-jquery/no-slide
                                        $tocList.slideDown( 'fast' );