Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
V3-TailingPond
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinzhedeai
V3-TailingPond
Commits
621a3923
Commit
621a3923
authored
Oct 14, 2024
by
Kimber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'up'
parent
82bd2748
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
common.js
src/assets/js/common.js
+0
-6
No files found.
src/assets/js/common.js
View file @
621a3923
...
@@ -442,13 +442,7 @@ var Tools = function(){
...
@@ -442,13 +442,7 @@ var Tools = function(){
var
link
=
document
.
createElement
(
'
a
'
);
var
link
=
document
.
createElement
(
'
a
'
);
link
.
style
.
display
=
'
none
'
;
link
.
style
.
display
=
'
none
'
;
link
.
href
=
url
;
link
.
href
=
url
;
var
fileName
=
name
+
'
.
'
+
suffix
;
var
fileName
=
name
+
'
.
'
+
suffix
;
console
.
log
(
'
name ________________
'
,
name
,
'
_________________
'
,
fileName
);
link
.
setAttribute
(
'
download
'
,
fileName
);
link
.
setAttribute
(
'
download
'
,
fileName
);
document
.
body
.
appendChild
(
link
);
document
.
body
.
appendChild
(
link
);
link
.
click
();
link
.
click
();
...
...
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