Fix inbox styles
This commit is contained in:
parent
86d703bc87
commit
acd19fd759
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
Whisper.InboxView = Whisper.View.extend({
|
Whisper.InboxView = Whisper.View.extend({
|
||||||
templateName: 'two-column',
|
templateName: 'two-column',
|
||||||
className: 'inbox',
|
className: 'inbox index',
|
||||||
applyTheme: function() {
|
applyTheme: function() {
|
||||||
var theme = storage.get('theme-setting') || 'android';
|
var theme = storage.get('theme-setting') || 'android';
|
||||||
this.$el.removeClass('ios')
|
this.$el.removeClass('ios')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue