Skip to content

Commit

Permalink
more status updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed May 4, 2012
1 parent 6314853 commit 48c4eb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Expand Up @@ -71,7 +71,9 @@
var url = location.protocol + '//' + location.host + name; var url = location.protocol + '//' + location.host + name;
console.log('Installing from', url); console.log('Installing from', url);
var pending = navigator.mozApps.install(url); var pending = navigator.mozApps.install(url);
$('#record').text('started installation: ' + url);
pending.onsuccess = function () { pending.onsuccess = function () {
#('#record').text('onsuccess called: ' + this.result');
setInstalled(); setInstalled();
}; };
pending.onerror = function () { pending.onerror = function () {
Expand Down

0 comments on commit 48c4eb4

Please sign in to comment.