MediaWiki:Common.js

From Halachipedia
Revision as of 02:41, 24 March 2019 by YitzchakSultan (talk | contribs)

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 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';
$("input[name='fulltext']").hide()
$(document).ready( function() {
  var tree = $('#wikitext-sidebar');
  $('#p-logo').after( tree.html() );
  tree.remove();
});