changeset 39:88c5232f9d48 default tip

fix click on author name.
author casties
date Thu, 04 Feb 2016 18:56:48 +0100
parents fee275163ff9
children
files ismi-python-neo4jrestclient/static/commentaries.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ismi-python-neo4jrestclient/static/commentaries.html	Thu Feb 04 17:41:49 2016 +0100
+++ b/ismi-python-neo4jrestclient/static/commentaries.html	Thu Feb 04 18:56:48 2016 +0100
@@ -126,7 +126,7 @@
                         var $list = $("#info").empty();
                         $list.append($("<li><b>Author:</b> " + data.author.label + " [" + data.author.ismi_id + "]</li>")
                                 .click(function() { 
-                                    search(data.author.label, true); 
+                                    search(data.author.ismi_id, true); 
                                     }));
                         for (var key in data.attrs) {
                             if (key[0] === "_") continue;