Skip to content
Snippets Groups Projects
Commit 54df0d9f authored by Mike Herchel's avatar Mike Herchel
Browse files

More helpful debug output.

parent 7b0bbd07
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,17 @@
position: absolute !important;
top: 50% !important;
left: 100% !important;
z-index: 100 !important;
transform: translatey(-50%) !important;
display: block !important;
width: 100px !important;
padding: 2px 4px !important;
width: 140px !important;
padding: 4px 8px !important;
border: solid 1px #aaa !important;
background-color: white !important;
font-family: sans-serif !important;
color: #333 !important;
text-align: left !important;
text-indent: 0 !important;
font-size: 11px !important;
line-height: 1.1 !important;
}
......@@ -22,7 +22,7 @@
(function(i, pattern) {
if (pattern.length) {
quicklinkConfig.ignores.push(function(uri, elem) {
var ruleName = 'Pattern found in href.';
var ruleName = 'Pattern found in href. See ignored selectors log.';
var ruleFunc = uri.includes(pattern);
outputDebugInfo(ruleFunc, ruleName, uri, elem, pattern);
......
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