From 2796198dd1184096eb91d4fcb59d0059aa294320 Mon Sep 17 00:00:00 2001 From: Fahad Abbas Date: Tue, 2 Jun 2015 11:51:10 +0000 Subject: [PATCH] modified : upload message issue fixed --- upload/styles/cb_27/layout/photo_upload.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upload/styles/cb_27/layout/photo_upload.html b/upload/styles/cb_27/layout/photo_upload.html index 15dfd08e..7045110d 100644 --- a/upload/styles/cb_27/layout/photo_upload.html +++ b/upload/styles/cb_27/layout/photo_upload.html @@ -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(); } });