From 8877ea6c6ceff47e5471d4dc374e76de9c43be8f Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 9 Feb 2014 21:46:44 +0330 Subject: [PATCH] Update check --- Web/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/js/main.js b/Web/js/main.js index 19142a4..358eb54 100644 --- a/Web/js/main.js +++ b/Web/js/main.js @@ -100,7 +100,7 @@ $(document).ready(function() { console.log(app.manifest.version); if( lapp.version != app.manifest.version && confirm('A new version of this app is available, do you want to update? ' + app.manifest.version + ' to ' + lapp.version )) { - var ins = app.install('http://mdibaiee.github.io/Sketchy/Web/manifest-web.webapp'); + var ins = navigator.mozApps.install('http://mdibaiee.github.io/Sketchy/Web/manifest-web.webapp'); ins.onsuccess = function() { alert('The app was installed successfuly'); }