MediaWiki:Mobile.js: Difference between revisions

tweaks
No edit summary
(tweaks)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All JavaScript here will be loaded for users of the mobile site */
/* All JavaScript here will be loaded for users of the mobile site */
/* All JavaScript here will be loaded for users of the mobile site */


Line 14: Line 12:
           clearInterval(timer);
           clearInterval(timer);
           $('.menu ul:first').after(
           $('.menu ul:first').after(
'<ul class ="level2"> \
'                 <ul class="level1"> \
                      </ul> \
                </ul> \
                <ul class="level1"> \
                           <li> \
                           <li> \
                           <a href="https://stop-synthetic-filth.org/wiki/Synthetic_human-like_fakes" \
                           <a href="https://stop-synthetic-filth.org/wiki/Synthetic_human-like_fakes" \
Line 75: Line 70:
                       <a href="#" \
                       <a href="#" \
                             class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                             class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>Dropdown Links</span> \
                       <span>#SSF! In other languages</span> \
                      </a> \
                      </li> \
                      <ul> \
                      <li> \
                      <a href="https://stop-synthetic-filth.org/wp/" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                       <span>#SSF! wordpress</span> \
                       </a> \
                       </a> \
                       </li> \
                       </li> \
<ul class ="level2"> \
                          <li> \
                          <a href="https://stop-synthetic-filth.org/wp/" \
                                class="mw-ui-icon mw-ui-icon-before"> \
                          <span>Stop Synthetic Filth! wordpress in English #SSF!</span> \
                          </a> \
                          </li> \
                          <li> \
                          <a href="https://stop-synthetic-filth.org/wp/fr/page-daccueil/" \
                                class="mw-ui-icon mw-ui-icon-before"> \
                          <span>Arrêtons les saletés synthétiques! accueil</span> \
                          </a> \
                          </li> \
                          <li> \
                          <a href="https://stop-synthetic-filth.org/wp/fi/kotisivu/" \
                                class="mw-ui-icon mw-ui-icon-before"> \
                          <span>Stoppi synteettiselle saastalle! kotisivu</span> \
                          </a> \
                          </li> \
                          <li> \
                          <a href="https://stop-synthetic-filth.org/wp/sv/hemsida/" \
                                class="mw-ui-icon mw-ui-icon-before"> \
                          <span>Stoppa syntetisk orenhet! hemsida</span> \
                          </a> \
                          </li> \
                          <li> \
                          <a href="https://stop-synthetic-filth.org/wp/et/koduleht/" \
                                class="mw-ui-icon mw-ui-icon-before"> \
                          <span>Stopp sünteetisele saastale! koduleht</span> \
                          </a> \
                          </li> \
                      </ul> \
                 </ul>'
                 </ul>'
             );
             );
             $(".menu").find(".level2").hide(); // hide level2 until level1 is clicked
             $(".menu").find(".level2").hide(); // hide level2 until level1 is clicked