diff options
Diffstat (limited to 'www/js/mobile.js')
-rw-r--r-- | www/js/mobile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/mobile.js b/www/js/mobile.js index 3b4e5bf..a33d621 100644 --- a/www/js/mobile.js +++ b/www/js/mobile.js @@ -16,7 +16,7 @@ function show_around( lat, long ) { pc = $('#pc').val(); localStorage.latitude = lat; localStorage.longitude = long; - localStorage.pc = pc; + localStorage.pc = pc || ''; $.mobile.changePage('around.html'); return false; } |