MediaWiki:Mobile.js: Difference between revisions

From Halachipedia
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
   sefaria.link();
   sefaria.link();
}
}
var tawkscript = document.createElement("script");
var hotjarscript = 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);})();";
hotjarscript.innerHTML = "(function(h,o,t,j,a,r){h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};h._hjSettings={hjid:1905163,hjsv:6};a=o.getElementsByTagName('head')[0];r=o.createElement('script');r.async=1;r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;a.appendChild(r);})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');";
document.head.appendChild(tawkscript);
document.head.appendChild(hotjarscript);

Latest revision as of 18:05, 27 July 2020

/* 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 hotjarscript = document.createElement("script");
hotjarscript.innerHTML = "(function(h,o,t,j,a,r){h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};h._hjSettings={hjid:1905163,hjsv:6};a=o.getElementsByTagName('head')[0];r=o.createElement('script');r.async=1;r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;a.appendChild(r);})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');";
document.head.appendChild(hotjarscript);