modified : upload message issue fixed
This commit is contained in:
parent
3d69ae3fd0
commit
2796198dd1
1 changed files with 3 additions and 0 deletions
|
@ -424,6 +424,7 @@
|
|||
$(".upload-area").show();
|
||||
$("#createNewCollection").show();
|
||||
$(".h4").show();
|
||||
$(".instructions").show();
|
||||
$("#SelectionDIV").show();
|
||||
setTimeout(function(){
|
||||
$("#uploadMessage").addClass("hidden");
|
||||
|
@ -446,6 +447,7 @@
|
|||
$(".h4").hide();
|
||||
$("#SelectionDIV").hide();
|
||||
$(".upload-area").hide();
|
||||
$(".instructions").hide();
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -457,6 +459,7 @@
|
|||
$(".h4").show();
|
||||
$("#SelectionDIV").show();
|
||||
$(".upload-area").show();
|
||||
$(".instructions").show();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue