Skip to content

Commit 1bd0a69

Browse files
committed
Merge branch 'jbate-patch-1'
2 parents 3d8da10 + 6319c54 commit 1bd0a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/allcolors/allcolors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
return "background:" + color + ";color:" + color + ";border:1px solid #333;";
8787
};
8888

89-
console.group("All colors used in elements on the page");
89+
console.group("All colors used in elements on the page: " + window.location.href);
9090
allColorsSorted.forEach(function (c) {
9191
console.groupCollapsed("%c %c " + c.key + " " + c.hexValue + " %c(" + c.value.count + " times)",
9292
colorStyle(c.key), nameStyle, countStyle);
@@ -97,4 +97,4 @@
9797
});
9898
console.groupEnd("All colors used in elements on the page");
9999

100-
})();
100+
})();

0 commit comments

Comments
 (0)