From bd121960eb9c182b7594b0faad308e12e5c54221 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Fri, 3 Feb 2012 19:06:11 +0100 Subject: [PATCH] Fixes small mistake --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 4eb61c8134..b2d2e61523 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -818,7 +818,7 @@ WCF.Clipboard = { } var $editor = data.items[$typeName]; - var $label = $('
  • ' + $editor.label + '
  • ').appendTo($list); + var $label = $('
  • ' + $editor.label + '
  • ').appendTo($list); var $itemList = $('
      ').appendTo($label); $label.click(function() { $itemList.toggleClass('open'); }); -- 2.20.1