주최: 클라우디오 벤 테 스
1010 빈
모차르트 하우스의 콘서트
티켓 오피스
UID: ATU60565436
세무서: 비엔나 3
오스트리아 상공회의소 회원
document.addEventListener("DOMContentLoaded", function() {
setTimeout(function() {
const tripadvisorLink = document.querySelector('.regiondo-tripadvisor');
if (tripadvisorLink) {
tripadvisorLink.addEventListener('click', function(event) {
event.preventDefault();
tripadvisorLink.style.pointerEvents = 'none';
tripadvisorLink.style.cursor = 'default';
});
}
}, 2000); // Warte 2 Sekunden
});