Skip to content

Commit

Permalink
Merge pull request #112 from diging/task/CCP-155
Browse files Browse the repository at this point in the history
[bugfix] concept name now shown in details modal.
  • Loading branch information
jdamerow authored Jul 14, 2016
2 parents 612f359 + 83b1f7e commit 9494535
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
success : function(details) {
details = $.parseJSON(details);
$("#conceptTerm").text(details.name);
$("#detailsid").text(details.id);
$("#detailsuri").text(details.uri);
$("#detailswordnetid").text(details.wordnetId);
Expand Down

0 comments on commit 9494535

Please sign in to comment.