You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AdminUI/LearningHub.Nhs.AdminUI/Views/Catalogue/Edit.cshtml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -367,7 +367,7 @@
367
367
$('#keyword-error-span').hide();
368
368
values.forEach(function (value) {
369
369
if (value &&keywords.indexOf(value) ===-1) {
370
-
keywords.push(value);
370
+
keywords.push(value);
371
371
$('#Keywords').val(keywords);
372
372
var tag =$('<div class="keyword-tag"><p>'+ value +'</p><i class="fa fa-times"></i><input class="keyword-value" type="hidden" value="'+ value +'" /></div>');
0 commit comments