Skip to content

Commit 8888bc5

Browse files
Update Edit.cshtml
1 parent 315b4e9 commit 8888bc5

File tree

1 file changed

+2
-2
lines changed
  • AdminUI/LearningHub.Nhs.AdminUI/Views/Catalogue

1 file changed

+2
-2
lines changed

AdminUI/LearningHub.Nhs.AdminUI/Views/Catalogue/Edit.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
$('#keyword-error-span').hide();
368368
values.forEach(function (value) {
369369
if (value && keywords.indexOf(value) === -1) {
370-
keywords.push(value);
370+
keywords.push(value);
371371
$('#Keywords').val(keywords);
372372
var tag = $('<div class="keyword-tag"><p>' + value + '</p><i class="fa fa-times"></i><input class="keyword-value" type="hidden" value="' + value + '" /></div>');
373373
tag.find('.fa-times').on('click', removeKeyword);
@@ -457,4 +457,4 @@
457457
458458
</script>
459459
<script src="~/js/imageInput.js"></script>
460-
}
460+
}

0 commit comments

Comments
 (0)