diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-28 17:47:59 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-28 17:51:13 +0000 |
commit | 89b899ecef43855126cb6c6491f6c4a90b2bf022 (patch) | |
tree | 688dd89d63646795a59dff65f90471fbba29bb4e /www/js | |
parent | 59f1e4d3b23cabf1dbd007e321e1e5d50c487a59 (diff) |
standard events and tag are now in the parent fms view class
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/views/around.js | 1 | ||||
-rw-r--r-- | www/js/views/home.js | 6 |
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 ) ) { |