projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f11e8
)
Reverting back to standard topic formatting
author
Darren
<darren@darrenwhitlen.com>
Sat, 17 Sep 2011 17:19:42 +0000
(18:19 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 17 Sep 2011 17:19:42 +0000
(18:19 +0100)
js/front.js
patch
|
blob
|
blame
|
history
diff --git
a/js/front.js
b/js/front.js
index b699f7cb3b7935d96512051eb2ed54c3a9d658da..eefed56ed276b93bacb906c4c77ba5f5ef090b83 100644
(file)
--- a/
js/front.js
+++ b/
js/front.js
@@
-1130,7
+1130,7
@@
kiwi.front = {
setTopicText: function (new_topic) {
kiwi.front.original_topic = new_topic;
- $('#kiwi .cur_topic .topic').text(
kiwi.front.format(new_topic)
);
+ $('#kiwi .cur_topic .topic').text(
new_topic
);
kiwi.front.doLayoutSize();
},