Commit 7046920d authored by afzafri's avatar afzafri
Browse files

added message hint telling user to click on the images

parent 595f3507
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment