clean dep list after create

This commit is contained in:
Reinier Balt 2011-02-12 22:54:02 +01:00
parent 1f67d2a603
commit 2444198674
2 changed files with 7 additions and 0 deletions

View file

@ -764,6 +764,12 @@ $.fn.clearForm = function() {
});
};
$.fn.clearDeps = function() {
$('ul#predecessor_ul', this).hide();
$('ul#predecessor_ul', this).html("");
$('input[name=predecessor_list]').val("");
}
/**************************************/
/* Tracks AJAX functions */
/**************************************/