Fixes call to remove element from localstorage
This commit is contained in:
parent
622338ce87
commit
ed08986545
3 changed files with 3 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue