summaryrefslogtreecommitdiffstats
path: root/web/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/client.js')
-rw-r--r--web/client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/client.js b/web/client.js
index ce5a031..aa3c649 100644
--- a/web/client.js
+++ b/web/client.js
@@ -944,8 +944,8 @@ $(function() {
row.append($("<td>").html(cbox));
var item = $("<td>");
- if (choice.path) item.html(
- Link.staticRender(choice.value).text(choice["ui-value"])
+ if (choice.ref) item.html(
+ Link.staticRender(choice.ref).text(choice["ui-value"])
);
else item.text(choice["ui-value"]);
row.append(item);