diff --git a/js/modsForHesk-javascript.js b/js/modsForHesk-javascript.js index cab0b88f..cac48bc7 100644 --- a/js/modsForHesk-javascript.js +++ b/js/modsForHesk-javascript.js @@ -54,7 +54,8 @@ var loadJquery = function() $this = $(this); var background = $this.css('background-color'); - if (background !== 'rgba(0, 0, 0, 0)') { + if (background !== 'rgba(0, 0, 0, 0)' + && background !== 'transparent') { var grayCount = calculateGrayCount(background); if (grayCount > 186) {