Skip to content

Commit

Permalink
bugfix disappearing card titles
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelduin committed Mar 12, 2013
1 parent 2d1b748 commit 7f48083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trelloscrum.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function ListCard(el, identifier){
if(!$title[0])return;
var title=$title[0].text;
var href = $title.attr('href');
el._title = title;
if(title) el._title = title;
if(href!=phref) {
phref = href;
parsed=title.match(regexp);
Expand Down

0 comments on commit 7f48083

Please sign in to comment.