|
|
|
@ -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')
|
|
|
|
|