Add some more db fields
This commit is contained in:
parent
42d5c6ba2c
commit
a273df0538
7 changed files with 15 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ function update_periods(section_id) {
|
|||
sel.append($("<option />").val('').text('-------'));
|
||||
if (data.length > 0) {
|
||||
$.each(data, function() {
|
||||
sel.append($("<option />").val(this[0]).text(this[1]));
|
||||
sel.append($("<option />").val(this.id).text(this.dates + ' ' + this.title));
|
||||
})
|
||||
}
|
||||
update_students('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue