From 5e4d62abcb5de219a91ae6fb1eb845f73febd7fa Mon Sep 17 00:00:00 2001 From: pero1203 Date: Thu, 10 Mar 2022 11:06:47 +0100 Subject: [PATCH] no message --- admin/survey/script/library.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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(){