aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/router.js2
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