aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/views/around.js1
-rw-r--r--www/js/views/home.js6
2 files changed, 0 insertions, 7 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js
index 53c2889..bdde35f 100644
--- a/www/js/views/around.js
+++ b/www/js/views/around.js
@@ -2,7 +2,6 @@
_.extend( FMS, {
AroundView: FMS.FMSView.extend({
template: 'around',
- tag: 'div',
id: 'around-page',
events: {
diff --git a/www/js/views/home.js b/www/js/views/home.js
index 2fc07e6..7dabd77 100644
--- a/www/js/views/home.js
+++ b/www/js/views/home.js
@@ -2,14 +2,8 @@
_.extend( FMS, {
HomeView: FMS.FMSView.extend({
template: 'home',
- tag: 'div',
id: 'front-page',
- events: {
- 'pagehide': 'destroy',
- 'pageshow': 'afterDisplay'
- },
-
afterRender: function() {
/*
if ( !can_geolocate && ( !navigator.network || !navigator.network.connection ) ) {