# HG changeset patch # User casties # Date 1454608608 -3600 # Node ID 88c5232f9d486bb480c6c9bff59c82c530cdfb1c # Parent fee275163ff90ef7c6b74941e8c1d6db49776baa fix click on author name. diff -r fee275163ff9 -r 88c5232f9d48 ismi-python-neo4jrestclient/static/commentaries.html --- 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($("
  • Author: " + data.author.label + " [" + data.author.ismi_id + "]
  • ") .click(function() { - search(data.author.label, true); + search(data.author.ismi_id, true); })); for (var key in data.attrs) { if (key[0] === "_") continue;