mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
refomat
This commit is contained in:
@@ -47,7 +47,7 @@ var Jingle = J = {
|
||||
launch : function(opts){
|
||||
$.extend(this.settings,opts);
|
||||
var hasShowWelcome = window.localStorage.getItem('hasShowWelcome');
|
||||
if(!hasShowWelcome && this.settings.showWelcome){
|
||||
if(/**!hasShowWelcome && */this.settings.showWelcome){
|
||||
this.Welcome.show();
|
||||
}
|
||||
this.Element.init();
|
||||
|
||||
Reference in New Issue
Block a user