$(function () {
let seriesId = $(this).data('series-id');
if ($(this).data('series-id') === seriesId) {
let termsDiv = $(this).find('.small.mb-2.text-muted');
if (termsDiv.length) {
termsDiv.append('
A pair of return SQ Economy Flight Tickets from
Singapore to Narita');
}
}
$('#reward_redemption_btn').click(function(){
// show popup on when its ready
var ajaxTimeout;
function autorun() {
if ($(".rewards_content").is(":visible")){
setTimeout(()=>{
$('[series="1clet-072024-14"]').find('.btn-use-reward').text('More Info');
},100)
clearInterval(ajaxTimeout);
ajaxTimeout = false;
}
}
ajaxTimeout = setInterval(autorun, 100)
})
});
document.addEventListener('DOMContentLoaded', function() {
// const logoImage = document.querySelector('img.skale');
// if (logoImage) {
// logoImage.style.width = '25px';
// logoImage.style.height = 'auto';
// }
let footerIconLink = document.querySelector('.footer .skale').parentElement;
if (footerIconLink) {
footerIconLink.setAttribute('href', 'https://www.letrain.com.sg');
}
let button = document.querySelectorAll('.small.w-100.h-100.btn.btn-sm.btn-primary.p-1.mb-0.rounded-0.btn-use-reward');
if (button) {
button.textContent = 'More Info';
}
const form = document.getElementById('code');
if (form) {
// const messageDiv = document.createElement('div');
// messageDiv.className = 'redemption-message';
// messageDiv.innerHTML = 'Please proceed to Letrain Redemption Centre to collect your prize.
Present this screen for the crew to enter the 6 Digit pin upon your collection.';
// form.parentNode.insertBefore(messageDiv, form.nextSibling);
// }
const redemptionMethod = voucher.voucher_series.redemption_method;
if (redemptionMethod === '6_digit') {
const messageDiv = document.createElement('div');
messageDiv.className = 'redemption-message';
messageDiv.innerHTML = 'Please proceed to Letrain Redemption Centre to collect your prize.
Present this screen for the crew to enter the 6 Digit pin upon your collection.';
form.parentNode.insertBefore(messageDiv, form.nextSibling);
}
}
var campaignText = document.querySelector('.main-game-wrapper .text-center h5');
if (campaignText) {
campaignText.innerHTML = `Grand Lucky Draw Prize:
A pair of return SQ Economy Flight tickets, from Singapore to Tokyo-Narita, Japan
Winner: Hui Xin
Mobile No.: XXXX3486
The campaign has ended on 30 Sep 2024.
Kindly upload your receipt(s) by 6 Oct 2024, 2359hrs.
Please activate your spin and redeem your prizes before 31 Oct 2024.
This portal will officially close on
30 Nov 2024`;
}
var campaignText2 = document.querySelector('.main-section .col h4.text-center');
if (campaignText2) {
campaignText2.innerHTML = `Grand Lucky Draw Prize:
A pair of return SQ Economy Flight tickets, from Singapore to Tokyo-Narita, Japan
Winner: Hui Xin
Mobile No.: XXXX3486
The campaign has ended on
30 Sep 2024.
Kindly upload your receipt(s) by
6 Oct 2024, 2359hrs.
Please activate your spin and redeem your prizes before 31 Oct 2024.
This portal will officially close on
30 Nov 2024`;
}
});