MediaWiki:Mobile.js

From Halachipedia
Revision as of 20:45, 14 July 2020 by Unknown user (talk)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Any JavaScript here will be loaded for users using the mobile site */
mw.loader.using('mobile.site.styles');
var linker = document.createElement('script');
linker.setAttribute('type','text/javascript');
linker.setAttribute('charset','utf-8');
linker.setAttribute('src','https://sefaria.org/linker.js');
document.head.appendChild(linker);
window.onload=calllinker;
function calllinker(){
   sefaria.link();
}
var tawkscript = document.createElement("script");
tawkscript.innerHTML = "var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();(function(){var s1=document.createElement(\"script\"),s0=document.getElementsByTagName(\"script\")[0];s1.async=true;s1.src='https://embed.tawk.to/5f0b442267771f3813c0e4da/default';s1.charset='UTF-8';s1.setAttribute('crossorigin','*');s0.parentNode.insertBefore(s1,s0);})();";
document.head.appendChild(tawkscript);