diff --git a/module/webui/scripts/main.js b/module/webui/scripts/main.js index a659a95..a003c25 100644 --- a/module/webui/scripts/main.js +++ b/module/webui/scripts/main.js @@ -68,7 +68,7 @@ function checkTrickyStoreVersion() { const securityPatchElement = document.getElementById('security-patch'); exec(` TS_version=$(grep "versionCode=" "/data/adb/modules/tricky_store/module.prop" | cut -d'=' -f2) - if grep -q "James" "/data/adb/modules/tricky_store/module.prop"; then + if grep -qE "James|beakthoven" "/data/adb/modules/tricky_store/module.prop"; then echo 0 elif [ "$TS_version" -ge 158 ]; then echo 0 @@ -123,7 +123,7 @@ export function linkRedirect(link) { .then(({ errno }) => { if (errno !== 0) toast("Failed to open link"); }); - },100); + }, 100); } // Save configure and preserve ! and ? in target.txt