Skip to content

Commit

Permalink
Fixes #156.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldesousa committed Sep 10, 2014
1 parent 71e51c8 commit 557038c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
{
if(item.abstract.length > 50)
{
var key = modeName + i;
var key = item.identifier + i;
cell.append("<br><span class='input-description' id='" + key + "-short'>" +
item.abstract.substring(0,50) +
"...&nbsp;&nbsp;<a href='#' onclick='showIODetails(\"" + key + "\");return false;'>" +
Expand Down

0 comments on commit 557038c

Please sign in to comment.