MediaWiki:Mobile.js: Difference between revisions

254 bytes added ,  19:13, 25 October 2020
m
restore the visibility thing I accidentally deleted
(Add image carousel toggling code)
m (restore the visibility thing I accidentally deleted)
Line 89: Line 89:
       'qud-html-summary-open'
       'qud-html-summary-open'
     );
     );
    if ( $('.qud-toggler > .qud-toggler-final > img').css('visibility') == 'hidden' )
      $('.qud-toggler > .qud-toggler-final > img').css('visibility','visible');
    else
      $('.qud-toggler > .qud-toggler-final > img').css('visibility','hidden');
   }
   }
};
};