mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
replace Session key popupCard with popupCardId (better meaning of what the variable contains)
This commit is contained in:
parent
4733afe4eb
commit
f4a3363f6f
6 changed files with 14 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ Utils = {
|
|||
return ret;
|
||||
},
|
||||
getPopupCardId() {
|
||||
const ret = Session.get('popupCard');
|
||||
const ret = Session.get('popupCardId');
|
||||
return ret;
|
||||
},
|
||||
/** returns the current board
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue