Showing
2 changed files
with
3 additions
and
1 deletions
@@ -1011,7 +1011,7 @@ $(document).on('click', '.return-btn', function () { | @@ -1011,7 +1011,7 @@ $(document).on('click', '.return-btn', function () { | ||
1011 | $('#priceChangeSearch').show(); | 1011 | $('#priceChangeSearch').show(); |
1012 | $('.bulk_import').hide(); | 1012 | $('.bulk_import').hide(); |
1013 | $('.bulk_batch_autdit').hide(); | 1013 | $('.bulk_batch_autdit').hide(); |
1014 | - | 1014 | + $('#message').html(""); |
1015 | }else{ | 1015 | }else{ |
1016 | location.href = ''; | 1016 | location.href = ''; |
1017 | } | 1017 | } |
-
Please register or login to post a comment