Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
a96d2e2b
Commit
a96d2e2b
authored
7 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
album/index.html: Refactor Holder code.
parent
9ff5f65f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/examples/album/index.html
+5
-3
docs/4.0/examples/album/index.html
with
5 additions
and
3 deletions
+5
-3
docs/4.0/examples/album/index.html
+
5
-
3
View file @
a96d2e2b
...
...
@@ -125,12 +125,14 @@
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity=
"sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin=
"anonymous"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../../../assets/js/vendor/popper.min.js"
></script>
<script
src=
"../../../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../../../assets/js/vendor/holder.min.js"
></script>
<script>
$
(
function
()
{
Holder
.
addTheme
(
"
thumb
"
,
{
bg
:
"
#55595c
"
,
fg
:
"
#eceeef
"
,
text
:
"
Thumbnail
"
});
Holder
.
addTheme
(
'
thumb
'
,
{
bg
:
'
#55595c
'
,
fg
:
'
#eceeef
'
,
text
:
'
Thumbnail
'
});
</script>
<script
src=
"../../../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment