aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-05-21 17:59:01 +0100
committerStruan Donald <struan@exo.org.uk>2013-05-21 17:59:01 +0100
commit77779f8f2fa532292e808a4426d24e6ab637c260 (patch)
treeabbeac2d82579a266cc21202eb5a5b46a14322be /www/js
parent65dc53b2b9157978c9c6e7cf06bef8362f5c2d95 (diff)
first pass at switching details screen to new design
Diffstat (limited to 'www/js')
-rw-r--r--www/js/views/details.js4
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() {