* [task#147913,doing,0.1h] Format code.

This commit is contained in:
zhangjialiang
2025-08-14 17:14:15 +08:00
parent d2b4d667a0
commit e405752c05
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ window.getFingerprint = function()
window.skip = function()
{
ajaxInstallEvent('click-skip-join-community');
ajaxInstallEvent('click-skip');
setTimeout(function() {
location.href = $.createLink('index', 'index');
}, 1000);
+1 -1
View File
@@ -5,4 +5,4 @@ window.switchLang = function(lang)
$.ajax({url: $.createLink('misc', 'ajaxSendEvent', "step=start"), timeout: 2000});
ajaxInstallEvent('start-install');
ajaxInstallEvent('start');
+1 -1
View File
@@ -1,3 +1,3 @@
$.ajax({url: sendEventLink, timeout: 2000});
ajaxInstallEvent('finish-install');
ajaxInstallEvent('finish');
-1
View File
@@ -333,7 +333,6 @@ class settingModel extends model
$sn = $this->computeSN();
setCookie('sn', $sn);
}
}
else
{