workCard click bug
This commit is contained in:
parent
69739367dc
commit
bc1381cba3
@ -549,6 +549,7 @@ Template.main.events({
|
||||
$("#userDropdown").velocity("fadeIn", 150);
|
||||
},
|
||||
'click .workCard' (event) { // Display work information on work card click.
|
||||
if(event.target.className.indexOf("fa") !== -1) return;
|
||||
var workid = event.target.getAttribute("workid");
|
||||
var thisWork = work.findOne({
|
||||
_id: workid
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user