|
@@ -110,7 +110,6 @@
|
|
|
$.post("/ajax/find/centers", params, function(data){ $("#centersSelector").html(data).selectpicker('refresh'); $('#centersSelector').val('').trigger('change');});
|
|
$.post("/ajax/find/centers", params, function(data){ $("#centersSelector").html(data).selectpicker('refresh'); $('#centersSelector').val('').trigger('change');});
|
|
|
}
|
|
}
|
|
|
function completeTitulations(){
|
|
function completeTitulations(){
|
|
|
- console.log('tits');
|
|
|
|
|
if ($('#centersSelector').val() !== null && $('#centersSelector').val() !== ''){
|
|
if ($('#centersSelector').val() !== null && $('#centersSelector').val() !== ''){
|
|
|
var params = {'procedure':$('#proceduresSelector').val(), 'center':$('#centersSelector').val()};
|
|
var params = {'procedure':$('#proceduresSelector').val(), 'center':$('#centersSelector').val()};
|
|
|
$.post("/ajax/find/titulations", params, function(data){
|
|
$.post("/ajax/find/titulations", params, function(data){
|