mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 00:38:50 +01:00
clean dep list after create
This commit is contained in:
parent
1f67d2a603
commit
2444198674
2 changed files with 7 additions and 0 deletions
|
|
@ -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 */
|
||||
/**************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue