From c28a3d67ff79766b846ae2142c3dd77da376e5b0 Mon Sep 17 00:00:00 2001 From: Dinesh Kesarwani Date: Thu, 2 Mar 2017 15:11:26 +0530 Subject: [PATCH] Remove Thumbnail Value When removing image, remove thumbnail value with other values. --- js/field_background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/field_background.js b/js/field_background.js index ddf6fc0..1c4a53d 100644 --- a/js/field_background.js +++ b/js/field_background.js @@ -174,6 +174,7 @@ selector.find('.upload-id').val(''); selector.find('.upload-height').val(''); selector.find('.upload-width').val(''); + selector.find('.upload-thumbnail').val(''); //rey_change( jQuery(selector).find( '.upload-id' ) ); selector.find('.rey-background-input-properties').hide(); var screenshot = selector.find('.screenshot');