Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function prettyText(x){
- return x.replaceAll('+', ' ')
- .replaceAll('%2C', ',')
- .replaceAll('%C5%A0', '\u0160') //Š
- .replaceAll('%C5%A1', '\u0161') //š
- .replaceAll('%C4%8D', '\u010D') //č
- .replaceAll('%C4%8C', '\u010C') //Č
- .replaceAll('%C4%87', '\u0107') //ć
- .replaceAll('%C4%86', '\u0106') //Ć
- .replaceAll('%C7%84', '\u01C4') //DŽ
- .replaceAll('%C7%86', '\u01C6') //dž
- .replaceAll('%C4%91', '\u0111') //đ
- .replaceAll('%C4%90', '\u0110') //Đ
- .replaceAll('%C5%BE', '\u017E') //ž
- .replaceAll('%C5%BD', '\u017D');//Ž
- }
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- event: 'begin_checkout - step 2', // name of the event
- language: '{LANG}',
- hotelName: prettyText('{HOTELNAME}'),
- hotelID: '{HOTEL}'
- });
Add Comment
Please, Sign In to add comment