modified : upload message issue fixed

This commit is contained in:
Fahad Abbas 2015-06-02 11:51:10 +00:00
parent 3d69ae3fd0
commit 2796198dd1

View file

@ -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();
}
});