mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 18:34:07 +01:00
Card Details, show card link in mobile view
This commit is contained in:
parent
876d78eec4
commit
ce30c7e1b7
3 changed files with 7 additions and 12 deletions
|
|
@ -323,7 +323,8 @@ BlazeComponent.extendComponent({
|
|||
'click .js-close-card-details'() {
|
||||
Utils.goBoardId(this.data().boardId);
|
||||
},
|
||||
'click .js-copy-link'() {
|
||||
'click .js-copy-link'(event) {
|
||||
event.preventDefault();
|
||||
const StringToCopyElement = document.getElementById('cardURL_copy');
|
||||
StringToCopyElement.value =
|
||||
window.location.origin + window.location.pathname;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue