Update manager.js

This commit is contained in:
Cutls 2022-12-08 09:57:21 +09:00 committed by GitHub
parent 29d6146e02
commit f735858339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -455,7 +455,7 @@ async function versionChecker(url) {
return false return false
} else { } else {
$('#compt-warn').hide() $('#compt-warn').hide()
if (pwa) return true if (pwa) return false
const codeSetupCheck = await Swal.fire({ const codeSetupCheck = await Swal.fire({
title: lang.lang_manager_codesetup_title, title: lang.lang_manager_codesetup_title,
text: lang.lang_manager_codesetup, text: lang.lang_manager_codesetup,