no message

This commit is contained in:
pero1203 2022-03-10 11:06:47 +01:00
parent 9a056af336
commit 5e4d62abcb

View File

@ -509,9 +509,7 @@ function insertLibraryItemsIntoSurvey(){
var type = $(this).attr("item-type");
items.push(id + '_' + type);
});
});
$("#branching").load('ajax.php?t=libraryBranching&a=addIntoSurvey', {anketa: srv_meta_anketa_id, items: items}, function(){