if (Drupal.jsEnabled) {
  $(document).ready(
    function () {
      $('a').click(function() {
        this.blur();
      });
    }
  );
}
