projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6b686
)
Scrolling fix(switching from Utilityview to Tabview)
author
Darren
<darren@darrenwhitlen.com>
Sun, 18 Sep 2011 17:28:06 +0000
(18:28 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sun, 18 Sep 2011 17:28:06 +0000
(18:28 +0100)
js/front.js
patch
|
blob
|
blame
|
history
diff --git
a/js/front.js
b/js/front.js
index bdaa8ef0b8f9b95d0730d759cded36048665587b..5dd49542181cb62742b3e8531fec62b5749bf967 100644
(file)
--- a/
js/front.js
+++ b/
js/front.js
@@
-1503,7
+1503,7
@@
Tabview.prototype.show = function () {
w = $('#windows');
u = $('#kiwi .userlist');
-
//w
.css('overflow-y', 'scroll');
+
this.panel
.css('overflow-y', 'scroll');
// Set the window size accordingly
this.setUserlistWidth();