projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c3fc35
)
Re-jigging UI layout after a theme change
author
Darren
<darren@darrenwhitlen.com>
Thu, 16 Jan 2014 19:50:34 +0000
(19:50 +0000)
committer
Darren
<darren@darrenwhitlen.com>
Thu, 16 Jan 2014 19:50:34 +0000
(19:50 +0000)
client/src/views/application.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/application.js
b/client/src/views/application.js
index 9467406480123f4bfb58a0f9fb34fab106afea05..fce16cfabb4fc87a15881be82755aa08db1e2fc4 100644
(file)
--- a/
client/src/views/application.js
+++ b/
client/src/views/application.js
@@
-80,6
+80,8
@@
_kiwi.view.Application = Backbone.View.extend({
if (link.length > 0) {
link.attr('rel', 'stylesheet').attr('disabled', false)[0].disabled = false;
}
+
+ this.doLayout();
},