Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5_activity
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
谭新宇
h5_activity
Commits
7207ef10
Commit
7207ef10
authored
Jul 11, 2019
by
txy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'移除'
parent
1f0dff9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
41 deletions
+0
-41
main.js
showPhotos/js/main.js
+0
-41
No files found.
showPhotos/js/main.js
deleted
100644 → 0
View file @
1f0dff9f
(
funciton
(){
var
headerUrl
=
"https://space-api.check.icaremgt.com/ACTIVITY/gitlab-static?url=http://gitlab.icaremgt.com/tanxinyu/h5_activity/raw/master/showPhotos/"
;
var
styleSheet
=
[
"css/activity.css"
,
"css/dialog.css"
];
var
scriptArray
=
[
"js/jquery-3.4.1.min.js"
,
"js/exif.js"
,
"js/dialog.js"
,
"js/html2Json.js"
,
"js/pageJson.js"
,
"js/modalJson/shareModal.js"
,
"js/modalJson/voteModal.js"
,
"js/removeAttr.js"
,
"js/autoFontsize.min.js"
];
for
(
var
i
=
0
;
i
<
styleSheet
.
length
;
i
++
){
var
link
=
document
.
createElement
(
"link"
);
link
.
setAttribute
(
"rel"
,
"stylesheet"
);
link
.
setAttribute
(
"type"
,
"text/css"
);
link
.
setAttribute
(
"href"
,
headerUrl
+
styleSheet
[
i
]);
var
heads
=
document
.
getElementsByTagName
(
"head"
);
if
(
heads
.
length
)
heads
[
0
].
appendChild
(
link
);
else
document
.
documentElement
.
appendChild
(
link
);
}
for
(
var
i
=
0
;
i
<
scriptArray
.
length
;
i
++
){
var
script
=
document
.
createElement
(
"script"
);
script
.
setAttribute
(
"type"
,
"text/javascript"
);
script
.
setAttribute
(
"src"
,
headerUrl
+
scriptArray
[
i
]);
var
heads
=
document
.
getElementsByTagName
(
"head"
);
if
(
heads
.
length
)
heads
[
0
].
appendChild
(
script
);
else
document
.
documentElement
.
appendChild
(
script
);
}
})();
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