test dirty textarea

runs the testdirty check before setting the undo tag for a textarea
This commit is contained in:
Adam Young 2011-06-16 14:36:04 -04:00
parent f02b544aaf
commit c610a17383

View File

@ -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();
});