Skip to content
Snippets Groups Projects
Commit 69027a2f authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3258311 by yas: Comply with Drupal coding standards (18)

parent a8616ccc
No related branches found
No related tags found
1 merge request!606Issue #3258311: Comply with Drupal coding standards (18)
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
const fontColor = $(data.selector).css('color'); const fontColor = $(data.selector).css('color');
let bgColor = ''; let bgColor = '';
$(data.selector).parents().each(function() { $(data.selector).parents().each(function () {
console.log(getComputedStyle(this).backgroundColor); console.log(getComputedStyle(this).backgroundColor);
let color = getComputedStyle(this).backgroundColor; let color = getComputedStyle(this).backgroundColor;
if (color && color !== BACKGROUND_DEFAULT_COLOR) { if (color && color !== BACKGROUND_DEFAULT_COLOR) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment