diff --git a/scripts/content.js b/scripts/content.js index 3ac12c1..1bfb1e1 100644 --- a/scripts/content.js +++ b/scripts/content.js @@ -57,7 +57,6 @@ function hiddenPassword(config) { ...config, password: config.password.replace(/./g, "*"), }; - } function diffObjects(obj1, obj2) { @@ -348,6 +347,7 @@ async function runner() { } else { isFoundAppointment = false; } + } if (isNotEnglishPage()) { await switchToEnglishPage();