This commit is contained in:
lh_wang
2015-08-20 19:06:32 +08:00
parent 493d30081e
commit 93fa5e674b
7 changed files with 698 additions and 91 deletions
+1 -1
View File
@@ -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();