diff --git a/scratch/myFirstKey b/scratch/myFirstKey new file mode 100644 index 0000000..fd240dd --- /dev/null +++ b/scratch/myFirstKey @@ -0,0 +1 @@ +myFirstValue \ No newline at end of file diff --git a/views/login.hbs b/views/login.hbs index 83a84d7..02a525b 100644 --- a/views/login.hbs +++ b/views/login.hbs @@ -336,7 +336,7 @@ var ds={ pass:"",email:"",value:"" }; function isloggedin(){ var l=localStorage.getItem("userid"); - if( l=="null" ){ + if( l=="null" || l==null || l=="undefined" || l==undefined ){ } else{