Cleanup
authorAlexander Ebert <ebert@woltlab.com>
Tue, 25 Mar 2014 11:32:52 +0000 (12:32 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 25 Mar 2014 11:32:52 +0000 (12:32 +0100)
wcfsetup/install/files/js/WCF.Message.js

index 9a67711fbdd6459a094a60cd9260968825416af2..19f589b90e6c10f5ebf7b59aa3a30b46c6ca6a6d 100644 (file)
@@ -3307,7 +3307,6 @@ WCF.Message.UserMention = Class.extend({
                try {
                        var $dropdownMenuPosition = this._getDropdownMenuPosition();
                        $dropdownMenuPosition.top += 5 + this._lineHeight; // add little vertical gap
-                       $dropdownMenuPosition.left;
                        this._dropdownMenu.css($dropdownMenuPosition);
                        this._selectItem(0);
                        
@@ -3323,7 +3322,6 @@ WCF.Message.UserMention = Class.extend({
                        }
                }
                catch (e) {
-                       console.debug(e);
                        // ignore errors that are caused by pressing enter to
                        // often in a short period of time
                }