[#81,css][xs]: css class read-only -> recline-read-only.

This commit is contained in:
Rufus Pollock
2012-04-15 17:07:43 +01:00
parent 2515658a0b
commit 270f68784c
2 changed files with 9 additions and 9 deletions

View File

@@ -163,7 +163,7 @@ my.DataExplorer = Backbone.View.extend({
},
setReadOnly: function() {
this.el.addClass('read-only');
this.el.addClass('recline-read-only');
},
render: function() {