mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
test dirty textarea
runs the testdirty check before setting the undo tag for a textarea
This commit is contained in:
parent
f02b544aaf
commit
c610a17383
@ -1017,7 +1017,7 @@ IPA.textarea_widget = function (spec) {
|
||||
|
||||
var input = $('textarea[name="'+that.name+'"]', that.container);
|
||||
input.keyup(function() {
|
||||
that.set_dirty(true);
|
||||
that.set_dirty(that.test_dirty());
|
||||
that.validate();
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user