diff options
Diffstat (limited to 'www')
| -rwxr-xr-x | www/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index 5d82d78c..1c6fe958 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -1242,6 +1242,7 @@ angular.module('zmApp', [ window.addEventListener('beforeunload', function (ev) { + // This was causing android reload issues - holy palooza /* if ($rootScope.platformOS != 'desktop') { ev.returnValue = "true"; return; |
