Update check
This commit is contained in:
parent
67cb7f996d
commit
ca326e2625
@ -106,8 +106,7 @@ $(document).ready(function() {
|
|||||||
alert('The app was installed successfuly');
|
alert('The app was installed successfuly');
|
||||||
}
|
}
|
||||||
ins.onerror = function() {
|
ins.onerror = function() {
|
||||||
alert('There was an error installing app')
|
alert('There was an error installing app - ' + this.error.name)
|
||||||
console.log(this.error);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user