diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-20 16:20:18 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-20 16:20:18 +0100 |
commit | 37709c201f44005bd0141d244c3649ff64e4ea96 (patch) | |
tree | c0704a6f1af48a9c1c2dd1e2235619c6c91d8578 /www/js | |
parent | 559675c0a73cde0b725ba1836fa35340b769ccdc (diff) |
move map to always be in the background and not part of a particular page
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/router.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/router.js b/www/js/router.js index 3ea4dbd..9879078 100644 --- a/www/js/router.js +++ b/www/js/router.js @@ -147,7 +147,7 @@ $(view.el).attr('data-add-back-btn', 'true'); } view.render(); - $('body').append($(view.el)); + $('.jquerymobile').append($(view.el)); // if we are coming from the front page then we don't want to do // any transitions as they just add visual distraction to no end |