From ca326e262525064d3375e2c3ab9a561c71a55eef Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 9 Feb 2014 22:09:33 +0330 Subject: [PATCH] Update check --- Web/js/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Web/js/main.js b/Web/js/main.js index c4d17a5..d51db93 100644 --- a/Web/js/main.js +++ b/Web/js/main.js @@ -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) } } }