From c610a1738370e64aa8edf7c7043d3bc271ef5bfb Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 16 Jun 2011 14:36:04 -0400 Subject: test dirty textarea runs the testdirty check before setting the undo tag for a textarea --- install/ui/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 4dc2d5f8..445b949d 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -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(); }); -- cgit