Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
55
Issues
55
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
cf76af15
Commit
cf76af15
authored
Jan 14, 2021
by
Phil Höfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Result Saver for Results Found by Multiple Sources
parent
35c35e5c
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
resources/js/result-saver.js
resources/js/result-saver.js
+2
-1
No files found.
resources/js/result-saver.js
View file @
cf76af15
...
...
@@ -408,7 +408,8 @@ function resultSaver(index) {
var
title
=
$
(
'
.result[data-count=
'
+
index
+
'
] .result-title a
'
).
html
().
trim
();
var
link
=
$
(
'
.result[data-count=
'
+
index
+
'
] .result-title a
'
).
attr
(
'
href
'
).
trim
();
var
hosterName
=
$
(
'
.result[data-count=
'
+
index
+
'
] .result-hoster
'
).
html
().
trim
();
var
hosterLink
=
$
(
'
.result[data-count=
'
+
index
+
'
] .result-hoster
'
).
attr
(
'
href
'
).
trim
();
var
hosterLink
=
$
(
'
.result[data-count=
'
+
index
+
'
] .result-hoster
'
).
attr
(
'
href
'
);
hosterLink
=
hosterLink
?
hosterLink
.
trim
():
"
#
"
;
var
anzeigeLink
=
$
(
'
.result[data-count=
'
+
index
+
'
] .result-link
'
).
html
().
trim
();
var
description
=
$
(
'
.result[data-count=
'
+
index
+
'
] .result-description
'
).
html
().
trim
();
var
anonym
=
$
(
'
.result[data-count=
'
+
index
+
'
] .result-open-proxy
'
).
attr
(
'
href
'
).
trim
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment