Fixed small issue
authorMarcel Werk <burntime@woltlab.com>
Wed, 27 Feb 2013 01:49:57 +0000 (02:49 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 27 Feb 2013 01:49:57 +0000 (02:49 +0100)
files/js/WCF.Conversation.js

index b504cebad9ff35504e654b310c8ccc689a950609..60cd3051cfb486b4f40ec528bd8604547926da3e 100644 (file)
@@ -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;