Update check

This commit is contained in:
Mahdi Dibaiee 2014-02-09 22:09:33 +03:30
parent 67cb7f996d
commit ca326e2625

View File

@ -106,8 +106,7 @@ $(document).ready(function() {
alert('The app was installed successfuly');
}
ins.onerror = function() {
alert('There was an error installing app')
console.log(this.error);
alert('There was an error installing app - ' + this.error.name)
}
}
}