Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Web-Comic-Reader
Commits
7046920d
Commit
7046920d
authored
Apr 22, 2017
by
afzafri
Browse files
added message hint telling user to click on the images
parent
595f3507
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/script.js
View file @
7046920d
...
...
@@ -45,7 +45,7 @@ $(document).ready(function(){
archiveOpenFile
(
file
,
function
(
archive
,
err
)
{
if
(
archive
)
{
$
(
'
#output
'
).
append
(
"
<b>
"
+
archive
.
file_name
+
"
</b><br>
"
);
$
(
'
#output
'
).
append
(
"
<b>
"
+
archive
.
file_name
+
"
</b><br>
<i>Click on the image to enlarge</i><br><br>
"
);
readContents
(
archive
);
// hide loading
...
...
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