projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8baf909
)
Client: Default theme set to 'relaxed'
author
Darren
<darren@darrenwhitlen.com>
Thu, 8 Nov 2012 00:08:15 +0000
(
00:08
+0000)
committer
Darren
<darren@darrenwhitlen.com>
Thu, 8 Nov 2012 00:08:15 +0000
(
00:08
+0000)
client/assets/dev/view.js
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/dev/view.js
b/client/assets/dev/view.js
index 03ddd5176e88c9f09397b0452e13f28ba5fa5e0b..3c8db34146f0fc47f1bc2780177a156e01b3739f 100644
(file)
--- a/
client/assets/dev/view.js
+++ b/
client/assets/dev/view.js
@@
-990,7
+990,7
@@
_kiwi.view.Application = Backbone.View.extend({
});
\r
\r
// Apply the new theme
\r
- this.$el.addClass('theme_' + (theme_name || '
default
'));
\r
+ this.$el.addClass('theme_' + (theme_name || '
relaxed
'));
\r
},
\r
\r
\r