MediaWiki:Common.js: Difference between revisions
From Halachipedia
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
} | } | ||
document.getElementsByName('search')[0].id = 'searchInput'; | document.getElementsByName('search')[0].id = 'searchInput'; | ||
document.getElementsByClass('mw-ui-input').value = 'Have Halacha guide your path through life...'; |
Revision as of 02:43, 20 January 2019
/* 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','https://sefaria.org/linker.js'); document.head.appendChild(linker); window.onload=calllinker; function calllinker(){ sefaria.link(); } document.getElementsByName('search')[0].id = 'searchInput'; document.getElementsByClass('mw-ui-input').value = 'Have Halacha guide your path through life...';