projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75681d8
)
Fix for Opera inserting a spurious <br/> in the topic bar
author
Jack Allnutt
<m2ys4u@Gmail.com>
Tue, 13 Sep 2011 10:51:37 +0000
(11:51 +0100)
committer
Jack Allnutt
<m2ys4u@Gmail.com>
Tue, 13 Sep 2011 10:51:37 +0000
(11:51 +0100)
js/front.js
patch
|
blob
|
blame
|
history
diff --git
a/js/front.js
b/js/front.js
index c7192473bccf994584746004c291f1c39b26e025..c3f9d5e5493687c7b3249c17581d9779bf8fdaaf 100644
(file)
--- a/
js/front.js
+++ b/
js/front.js
@@
-130,6
+130,8
@@
var front = {
$('#channel').val(init_data.channel);
}
+ // Fix for Opera inserting a spurious <br/>
+ $('#kiwi .cur_topic br').remove();
$('#kiwi .cur_topic').keydown(function (e) {
if (e.which === 13) {