diff --git a/admin/survey/script/library.js b/admin/survey/script/library.js index 128b75228..e6355ca6e 100644 --- a/admin/survey/script/library.js +++ b/admin/survey/script/library.js @@ -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(){