Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Site.js
site
Commits
62c2fee6
Verified
Commit
62c2fee6
authored
Jun 08, 2020
by
Aral Balkan
Browse files
Make the ‘copied’ alert start out hidden
parent
6b0bc56c
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
62c2fee6
...
...
@@ -12,7 +12,7 @@
<body>
<!-- Used to display a status message on platforms that support the -->
<!-- click-to-copy code progressive enhancement. -->
<div
id=
"copy-alert"
><p>
Copied!
</p></div>
<div
id=
"copy-alert"
class=
'hidden'
><p>
Copied!
</p></div>
<!------------------------------------------------------------------------------------>
...
...
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