fixes to template, javascript to handle error arrays.
This commit is contained in:
parent
0982405d4c
commit
eb312ae454
3 changed files with 28 additions and 28 deletions
|
@ -160,7 +160,7 @@ function setAddShowEvents() {
|
|||
});
|
||||
|
||||
form.find(".add_absolute_rebroadcast_day").click(function(){
|
||||
var li = $(this).prev().find("li:visible:last").next();
|
||||
var li = $(this).parent().find("ul.formrow-repeat > li:visible:last").next();
|
||||
|
||||
li.show();
|
||||
li = li.next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue