contact us

いつでもお問い合わせください

CONTACT

人生を開いていきましょう!!
一度お問い合わせください!

jQuery(function($) { $(document).on('click', '#returnToCalendarButton', function(e) { e.preventDefault(); location.reload(); }); }); (function() { // alertメッセージを横取りして書き換える const originalAlert = window.alert; window.alert = function(message) { if (typeof message === 'string' && message.includes('スケジュール内の残りの枠に問題があります')) { message = 'ご希望のお時間は満席となりました。別のお時間をご選択ください。'; } originalAlert(message); }; })();