Fixes call to remove element from localstorage

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-06 10:52:54 -03:00
commit ed08986545
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ angular.element(document).ready(function() {
document.addEventListener('resume', function() {
setTimeout(function() {
window.ignoreMobilePause = false;
}, 100);
}, 100);
}, false);
document.addEventListener('backbutton', function() {