Fix the resume event on mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-02 10:13:54 -03:00
parent 621ebc6b4d
commit fef3470855
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ angular.element(document).ready(function() {
document.addEventListener('resume', function() {
if (!window.ignoreMobilePause) {
window.location = '#/cordova/resume';
window.location = '#/cordova/resume/';
}
setTimeout(function() {
window.ignoreMobilePause = false;