This commit is contained in:
bitbucket 2024-03-04 14:00:29 +05:30
parent 91f6465181
commit 45f22727ef

View File

@ -627,6 +627,7 @@ $('#scrollable-modal').on('click', function(event) {
} }
}); });
$('.model-close-btn').on('click', function(event) { $('.model-close-btn').on('click', function(event) {
$("#string_flag").val("preview");
$("#save").prop("disabled", false); $("#save").prop("disabled", false);
}); });
</script> </script>