mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Prevent editing reminder text when feature is disabled
This commit is contained in:
parent
2cdf369c04
commit
c57c083740
@ -245,6 +245,7 @@
|
||||
function enableReminder(id) {
|
||||
var checked = $('#enable_reminder' + id).is(':checked');
|
||||
$('.enable-reminder' + id).attr('disabled', !checked)
|
||||
editors['reminder' + id].editor.enable(checked);
|
||||
}
|
||||
|
||||
function setDirectionShown(field) {
|
||||
|
Loading…
Reference in New Issue
Block a user