From: Alexander Ebert Date: Fri, 27 Jun 2014 19:01:36 +0000 (+0200) Subject: Renamed like buttons to work around false-positive ad blockers X-Git-Tag: 2.1.0_Alpha_1~662 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=71c95b56c6f9dafea825af1e49964f7664307f3d;p=GitHub%2FWoltLab%2FWCF.git Renamed like buttons to work around false-positive ad blockers --- diff --git a/wcfsetup/install/files/js/WCF.Like.js b/wcfsetup/install/files/js/WCF.Like.js index 122bc342c9..d602d97ddb 100644 --- a/wcfsetup/install/files/js/WCF.Like.js +++ b/wcfsetup/install/files/js/WCF.Like.js @@ -202,8 +202,8 @@ WCF.Like = Class.extend({ * @param integer containerID */ _createWidget: function(containerID) { - var $likeButton = $('
  • '); - var $dislikeButton = $('
  • '); + var $likeButton = $('
  • '); + var $dislikeButton = $('
  • '); if (!this._enableDislikes) $dislikeButton.hide(); if (!this._allowForOwnContent && (WCF.User.userID == this._containers[containerID].data('userID'))) {