HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/www2/modules/service_links/js/pinterest_button.js
if (Drupal.jsEnabled) {
  $(document).ready(function(){
    $('a.service-links-pinterest-button').each(function(){
      $(this).attr('count-layout', Drupal.settings.ws_pb.countlayout);
    });

    window.PinIt = window.PinIt || { loaded:false };
    if (window.PinIt.loaded) return;
    window.PinIt.loaded = true;
    function async_load(){
      var s = document.createElement("script");
      s.type = "text/javascript";
      s.async = true;
      if (window.location.protocol == "https:") {
        s.src = "https://assets.pinterest.com/js/pinit.js";
      }
      else {
        s.src = "http://assets.pinterest.com/js/pinit.js";
      }
      var x = document.getElementsByTagName("script")[0];
      x.parentNode.insertBefore(s, x);
    }
    if (window.attachEvent) {
      window.attachEvent("onload", async_load);
    }
    else {
      window.addEventListener("load", async_load, false);
    }
  });
}