mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Added click on myLists where the list name sits.
This commit is contained in:
parent
a73e969ac8
commit
6357e25eb1
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ Template.listsTbl.events({
|
|||
let sender = event.target;
|
||||
// console.log("Sender origination from: ");
|
||||
// console.log(sender.localName);
|
||||
if (sender.localName == "li") {
|
||||
if (sender.localName == "li" || sender.localName == "span") {
|
||||
let listId = event.currentTarget.id;
|
||||
if (listId == "addList") {
|
||||
$('#modalList').modal('open');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue