|
@@ -499,7 +499,7 @@
|
|
|
$("#ecentresSelector").html(data).selectpicker('refresh');
|
|
$("#ecentresSelector").html(data).selectpicker('refresh');
|
|
|
$('#ecentresSelector').val(tmpEvent.centres).trigger('change');
|
|
$('#ecentresSelector').val(tmpEvent.centres).trigger('change');
|
|
|
var params = {'procedure':$('#eproceduresSelector').val(), 'centers[]':$('#ecentresSelector').val()};
|
|
var params = {'procedure':$('#eproceduresSelector').val(), 'centers[]':$('#ecentresSelector').val()};
|
|
|
- $.post("/ajax/find/titulations2", params, function(data){
|
|
|
|
|
|
|
+ $.post("/ajax/find/titulacions2", params, function(data){
|
|
|
$("#etitulacionsSelector").html(data).selectpicker('refresh');
|
|
$("#etitulacionsSelector").html(data).selectpicker('refresh');
|
|
|
$('#etitulacionsSelector').val(tmpEvent.titulacions).trigger('change');
|
|
$('#etitulacionsSelector').val(tmpEvent.titulacions).trigger('change');
|
|
|
});
|
|
});
|