diff options
author | Struan Donald <struan@exo.org.uk> | 2013-05-21 17:59:01 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-05-21 17:59:01 +0100 |
commit | 77779f8f2fa532292e808a4426d24e6ab637c260 (patch) | |
tree | abbeac2d82579a266cc21202eb5a5b46a14322be /www/js | |
parent | 65dc53b2b9157978c9c6e7cf06bef8362f5c2d95 (diff) |
first pass at switching details screen to new design
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/views/details.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/views/details.js b/www/js/views/details.js index d3914c6..bd9f921 100644 --- a/www/js/views/details.js +++ b/www/js/views/details.js @@ -20,6 +20,10 @@ if ( this.model.get('category') ) { this.$('#form_category').val( this.model.get('category') ); } + + this.$('#form_category') + .attr('data-role', 'none') + .addClass('noselection'); }, onClickButtonPrev: function() { |