MediaWiki:Common.js: Difference between revisions
From Halachipedia
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
} | } | ||
if ( mw.config.get( 'wgPageName' ) === 'Introduction_to_Hilchot_Niddah' ) { | if ( mw.config.get( 'wgPageName' ) === 'Introduction_to_Hilchot_Niddah' ) { | ||
var response = confirm("This page is specifically for married individuals. Do you want to proceed to read this page? Click OK to proceed otherwise click Cancel."); | |||
if ( response == false ) | |||
{ | |||
history.back(); | |||
} | |||
} | } |
Revision as of 03:46, 31 October 2016
/* Any JavaScript here will be loaded for all users on every page load. */ var linker = document.createElement('script'); linker.setAttribute('type','text/javascript'); linker.setAttribute('charset','utf-8'); linker.setAttribute('src','http://sefaria.org/linker.js'); document.head.appendChild(linker); window.onload=calllinker; function calllinker(){ sefaria.link(); } if ( mw.config.get( 'wgPageName' ) === 'Introduction_to_Hilchot_Niddah' ) { var response = confirm("This page is specifically for married individuals. Do you want to proceed to read this page? Click OK to proceed otherwise click Cancel."); if ( response == false ) { history.back(); } }