From 5951e4a476166208796392544f8d65f8e524f693 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 27 Jun 2010 12:10:44 +0200 Subject: [PATCH] share/collection.js: Rename the "show_graph" action here, too. --- share/collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/collection.js b/share/collection.js index e9b376a..75391b9 100644 --- a/share/collection.js +++ b/share/collection.js @@ -1,7 +1,7 @@ function format_instance(inst) { return ("
  • " + inst.description + + "?action=show_instance;" + inst.params + "\">" + inst.description + "
  • "); } -- 2.11.0