if ($(".link-region")) {
        if ($(".link-region").data("can-receive-events") === true) {
          this.showLinks();
        } else {
          this.hideLinks();