summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0665112)
raw | patch | inline | side by side (parent: 0665112)
author | Florian Forster <ff@octo.it> | |
Sun, 27 Jun 2010 10:10:44 +0000 (12:10 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 27 Jun 2010 10:10:44 +0000 (12:10 +0200) |
share/collection.js | patch | blob | history |
diff --git a/share/collection.js b/share/collection.js
index e9b376abd3135e09134c935af82929586069a453..75391b9a8343015f2bed538cb9c8531cc633999c 100644 (file)
--- a/share/collection.js
+++ b/share/collection.js
function format_instance(inst)
{
return ("<li class=\"instance\"><a href=\"" + location.pathname
- + "?action=show_graph;" + inst.params + "\">" + inst.description
+ + "?action=show_instance;" + inst.params + "\">" + inst.description
+ "</a></li>");
}