projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bde3b0
)
Fixed small issue
author
Marcel Werk
<burntime@woltlab.com>
Wed, 27 Feb 2013 01:49:57 +0000
(
02:49
+0100)
committer
Marcel Werk
<burntime@woltlab.com>
Wed, 27 Feb 2013 01:49:57 +0000
(
02:49
+0100)
files/js/WCF.Conversation.js
patch
|
blob
|
blame
|
history
diff --git
a/files/js/WCF.Conversation.js
b/files/js/WCF.Conversation.js
index b504cebad9ff35504e654b310c8ccc689a950609..60cd3051cfb486b4f40ec528bd8604547926da3e 100644
(file)
--- a/
files/js/WCF.Conversation.js
+++ b/
files/js/WCF.Conversation.js
@@
-147,7
+147,7
@@
WCF.Conversation.EditorHandler = Class.extend({
switch (key) {
case 'close':
- $('<li><span class="icon icon16 icon-lock jsTooltip jsIconLock" title="' + WCF.Language.get('wcf.global.state.closed') + '" /></li>').prependTo($conversation.find('.statusIcons'))
+ $('<li><span class="icon icon16 icon-lock jsTooltip jsIconLock" title="' + WCF.Language.get('wcf.global.state.closed') + '" /></li>').prependTo($conversation.find('.statusIcons'))
;
this._attributes[conversationID].isClosed = 1;
break;