projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a49e0dc
)
Client: Default theme set within URL
author
Darren
<darren@darrenwhitlen.com>
Wed, 21 Nov 2012 22:59:49 +0000
(22:59 +0000)
committer
Darren
<darren@darrenwhitlen.com>
Wed, 21 Nov 2012 22:59:49 +0000
(22:59 +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 091669e814d106c2c1a685ffb82e56a3b68138aa..61cd96d3d5389a255d432035c6b58c967148bcd4 100644
(file)
--- a/
client/assets/dev/view.js
+++ b/
client/assets/dev/view.js
@@
-979,7
+979,7
@@
_kiwi.view.Application = Backbone.View.extend({
\r
// Change the theme when the config is changed
\r
_kiwi.global.settings.on('change:theme', this.updateTheme, this);
\r
- this.updateTheme();
\r
+ this.updateTheme(
getQueryVariable('theme')
);
\r
\r
this.doLayout();
\r
\r