From d542ba7a45132ce3cd616bdb8c4454dc24ff3b69 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 22 Aug 2016 17:06:53 +0200 Subject: [PATCH] Increased icon size in code box --- wcfsetup/install/files/js/WCF.Message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.Message.js b/wcfsetup/install/files/js/WCF.Message.js index 6ff9de6a17..047493495d 100644 --- a/wcfsetup/install/files/js/WCF.Message.js +++ b/wcfsetup/install/files/js/WCF.Message.js @@ -43,7 +43,7 @@ WCF.Message.BBCode.CodeViewer = Class.extend({ $('.codeBox:not(.jsCodeViewer)').each($.proxy(function(index, codeBox) { var $codeBox = $(codeBox).addClass('jsCodeViewer'); - $('').appendTo($codeBox.find('.codeBoxHeader')).click($.proxy(this._click, this)); + $('').appendTo($codeBox.find('.codeBoxHeader')).click($.proxy(this._click, this)); }, this)); }, -- 2.20.1