...
|
...
|
@@ -290,7 +290,8 @@ $(document).on("click", "#emptyPoolImg", function () { |
|
|
$(document).on('click', '.remove-item-btn', function () {
|
|
|
var backImageUrl = $(this).parent().find("#backImageUrl");
|
|
|
if (backImageUrl.length > 0) {
|
|
|
backImageUrl.attr("src", "");
|
|
|
//backImageUrl.attr("src", "");
|
|
|
backImageUrl.attr("value", "");
|
|
|
//$(this).parent().find("#backImageUrlFile").attr("value", "");
|
|
|
return;
|
|
|
}
|
...
|
...
|
|