findmydevice 파일 변경 새로고침 연결

This commit is contained in:
seo
2026-07-05 23:46:14 +09:00
parent 3b43a1ff1d
commit aa613adba3
2 changed files with 15 additions and 2 deletions
+12 -2
View File
@@ -1,5 +1,15 @@
const deviceLang = (navigator.language || navigator.userLanguage || "en").startsWith("ko") ? "ko" : "en",
translations = {
(function loadAssetReloadWatcher() {
if (window.__customAssetReloadLoader) return;
window.__customAssetReloadLoader = true;
const script = document.createElement('script');
script.src = '/custom/common/js/asset-reload.js';
script.dataset.service = 'findmydevice';
script.defer = true;
document.head.appendChild(script);
})();
const deviceLang = (navigator.language || navigator.userLanguage || "en").startsWith("ko") ? "ko" : "en",
translations = {
ko: {
blog: "블로그",
title: "나의 찾기",