card.js, clean up redudant code

This commit is contained in:
Martin Filser 2022-12-09 11:55:39 +01:00
parent 43d11af631
commit 384d80a647
2 changed files with 38 additions and 52 deletions

View file

@ -95,7 +95,7 @@ template(name="linkCardPopup")
label {{_ 'cards'}}:
select.js-select-cards
each cards
option(value="{{getId}}") {{getTitle}}
option(value="{{getRealId}}") {{getTitle}}
.edit-controls.clearfix
input.primary.confirm.js-done(type="button" value="{{_ 'link'}}")