Skip to content

Commit

Permalink
Remove application closing when there are error posting.
Browse files Browse the repository at this point in the history
If application is closed when an error is posted the user cannot open
the popup again until the local storage is cleared.
  • Loading branch information
jjNford committed Mar 13, 2012
1 parent dd1a6b5 commit 0b5540e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ window.Content = {
}
}
catch(error) {
App.close();
// If app is closed, user cannot instansiate again. Keep open on errors.
}
},

Expand Down

0 comments on commit 0b5540e

Please sign in to comment.