* [task#147913,doing,0.1h] Format code.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -5,4 +5,4 @@ window.switchLang = function(lang)
|
||||
|
||||
$.ajax({url: $.createLink('misc', 'ajaxSendEvent', "step=start"), timeout: 2000});
|
||||
|
||||
ajaxInstallEvent('start-install');
|
||||
ajaxInstallEvent('start');
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
$.ajax({url: sendEventLink, timeout: 2000});
|
||||
|
||||
ajaxInstallEvent('finish-install');
|
||||
ajaxInstallEvent('finish');
|
||||
|
||||
@@ -333,7 +333,6 @@ class settingModel extends model
|
||||
$sn = $this->computeSN();
|
||||
setCookie('sn', $sn);
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user