up
All checks were successful
Deploy to Production / deploy (push) Successful in 8s

This commit is contained in:
lubukhu
2026-01-27 16:44:37 +07:00
parent d3e16001e3
commit 2d450da1b0

View File

@@ -1,25 +1 @@
// (function () {
// // Default game code
// var DEFAULT_GAME_CODE = 'G2510S1T30';
// var gameCode = DEFAULT_GAME_CODE;
// // 1⃣ Trường hợp: ?gid=G2510S1T30
// var params = new URLSearchParams(window.location.search);
// if (params.has('gid')) {
// gameCode = params.get('gid');
// }
// // 2⃣ Trường hợp: ?G2510S1T30 (không key)
// else if (window.location.search.length > 1) {
// var raw = window.location.search.substring(1);
// if (/^G\d+/.test(raw)) {
// gameCode = raw;
// }
// }
// // Expose globally
// window.SENA_GAME_CODE = gameCode;
// console.log('[SENA] Game code detected:', gameCode);
// })();
// hé lô quơ