You can edit almost every page by Creating an account. Otherwise, see the FAQ.

מדיה ויקי:Common.js

מתוך EverybodyWiki Bios & Wiki
קפיצה אל:ניווט, חיפוש

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.

This page "Common.js" is from Wikipedia if otherwise notified.

/* Any JavaScript here will be loaded for all users on every page load. 
This page is from https://en.wikipedia.org/wiki/MediaWiki:Common.js */

/* Display TOC in dedicated column on the right wide screens
if( window.innerWidth >= 990 )
{ $( '#sommaire' ).html( $( '#toc' ).detach() );
}
*/

/*JoonBot
    !function () {
      if (window.JOONBOT_WIDGET_ID) {
        console.warn("Joonbot snippet included twice");
      } else {
        window.JOONBOT_WIDGET_ID = "29dbe28c-5518-489c-92f4-099dcc4ff823";
        var n, o;
        o = document.createElement("script");
        o.src = "https://js.joonbot.com/init.js", o.defer = !0, o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous";
        n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
      }
    }()*/

This page "Common.js" is from Wikipedia if otherwise notified.