Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bt/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ function handleBoxPass2() {
: "#ffffff";
finger_biometrics = box_pass2.classList.contains("off") ? 0 : 1;
localStorage.setItem("finger_saved", finger_biometrics.toString());
} else tb_system("create password first");
} else tb_system("To add a fingerprint, please set a password");
}

function add_pass_events() {
Expand Down
4 changes: 2 additions & 2 deletions bt/loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ setTimeout(() => {
finger_print.play();

const el = document.getElementById("lolhaha");
if (!el || el.textContent.trim() !== "tiktok: @sungsamtech - @._naq.") {
if (!el || el.textContent.trim() !== "TikTok: @sungsamtech - @._naq.") {
localStorage.clear();
sessionStorage.clear();
location.reload();
}
}, 300);
const el = document.getElementById("lolhaha");
if (!el || el.textContent.trim() !== "tiktok: @sungsamtech - @._naq.") {
if (!el || el.textContent.trim() !== "TikTok: @sungsamtech - @._naq.") {
localStorage.clear();
sessionStorage.clear();
location.reload();
Expand Down
2 changes: 1 addition & 1 deletion bt/phone_sysToast.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function call_phone() {
let num = display_phone.innerText;
display_phone.innerText = " ";
if (num == "*#0*#") showPopup_open_close("control_panel_hws_phone", "block");
else if (num != "") tb_system("SIM card not found");
else if (num != "") tb_system("Call failed: No SIM");
if (num == "") tb_system("Enter numbers");
}

Expand Down
2 changes: 1 addition & 1 deletion bt/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

:root {
-webkit-tap-highlight-color: transparent;
--bg--text_lock_screen: "";
Expand Down Expand Up @@ -1687,7 +1688,6 @@ input[type="file"] {
width: 260px;
max-width: 400px;
margin: 0 auto 15px;
transition: all 0.2s;
}
.setting-item3 {
display: flex;
Expand Down
Loading