Skip to content

Commit d93ea5b

Browse files
committed
update public/script.js
1 parent 0bf7d7a commit d93ea5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,9 @@ function updateStatus(message, type = '') {
613613

614614
// Set icon based on status type
615615
let icon = 'ℹ️';
616-
if (type === 'loading') icon = '';
617-
else if (type === 'success') icon = '';
618-
else if (type === 'error') icon = '';
616+
if (type === 'loading') icon = '';
617+
else if (type === 'success') icon = '';
618+
else if (type === 'error') icon = '';
619619

620620
popupContent.innerHTML = `
621621
<div class="status-icon">${icon}</div>

0 commit comments

Comments
 (0)