Merge pull request #1602 from bergware/master

Feedback form: change DONE button to CANCEL
This commit is contained in:
tom mortensen
2024-02-01 09:20:10 -08:00
committed by GitHub

View File

@@ -208,6 +208,7 @@ $width = in_array($display['theme'], ['azure', 'gray']) ? '98.4%' : '100%';
troubleshoot_reset();
comment_reset();
$('#optFeatureRequest').click();
$('button.confirm').text("<?=_('Cancel')?>");
});
</script>
</body>