Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quicklink-3116963
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
quicklink-3116963
Commits
54df0d9f
Commit
54df0d9f
authored
6 years ago
by
Mike Herchel
Browse files
Options
Downloads
Patches
Plain Diff
More helpful debug output.
parent
7b0bbd07
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/quicklink-debug.css
+5
-2
5 additions, 2 deletions
css/quicklink-debug.css
js/quicklink_init.js
+1
-1
1 addition, 1 deletion
js/quicklink_init.js
with
6 additions
and
3 deletions
css/quicklink-debug.css
+
5
−
2
View file @
54df0d9f
...
...
@@ -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
;
}
This diff is collapsed.
Click to expand it.
js/quicklink_init.js
+
1
−
1
View file @
54df0d9f
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment