MediaWiki:Common.js: Forskelle mellem versioner

Fra AarhusWiki
mNo edit summary
mNo edit summary
Linje 6: Linje 6:
   });
   });


   // if (window.location == "https://aarhuswiki.dk/wiki/Louise_Lindskrog_(1992-)") {
   /* if (window.location == "https://aarhuswiki.dk/wiki/Louise_Lindskrog_(1992-)") { */
   if (window.location.indexOf("Louise_Lindskrog_(1992-)") !== -1) {
   if (window.location.indexOf("Louise_Lindskrog_(1992-)") !== -1) {
     document.getElementById("ca-history").style.display = "none";
     document.getElementById("ca-history").style.display = "none";

Versionen fra 21. okt. 2020, 15:10

/* Javascript inkluderet her vil være aktivt for alle brugere. */

$(document).ready(function() {
  $('#searchInput').on('focus', function() {
    $('body .suggestions').prependTo('#container');
  });

  /* if (window.location == "https://aarhuswiki.dk/wiki/Louise_Lindskrog_(1992-)") { */
  if (window.location.indexOf("Louise_Lindskrog_(1992-)") !== -1) {
    document.getElementById("ca-history").style.display = "none";
  }

  /* Erstat link til Mediawiki, med link til vores hjemmeside */
  $('#f-poweredbyico a').attr('href', 'http://www.aarhusstadsarkiv.dk');

  /* Add link to accessability-declaration in footer */
  /* $("#f-list").append( '<li id="accessability-declaration"><a class="noprint stopMobileRedirectToggle" href="https://www.was.digst.dk/aarhuswiki-aarhus-dk">Webtilgængelighedserklæring</a></li>' ); */
});