diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-19 12:46:09 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-19 12:46:09 +0100 |
commit | ac5ac87248040e10f035154f6c17d91340b21c00 (patch) | |
tree | c2c4a8bb471bcf379b9bedbdcbd18ee994005873 | |
parent | 57135a960b3b32b1689dd9ff6a9cf5e29f347693 (diff) |
removing data-role="content" improves scrolling perfomance when there are many drafts
-rw-r--r-- | www/templates/en/reports.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/reports.html b/www/templates/en/reports.html index c7cc86b..9fb2f6a 100644 --- a/www/templates/en/reports.html +++ b/www/templates/en/reports.html @@ -2,7 +2,7 @@ <h1>My Reports</h1> <a id="reports-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Home</a> </div> -<div data-role="content"> +<div id="drafts"> <h3>Draft reports</h3> <ul data-role="listview" data-split-theme="c" data-inset="true" data-split-icon="delete" class="reports"> |