From: Florian Forster Date: Sun, 27 Jun 2010 10:10:44 +0000 (+0200) Subject: share/collection.js: Rename the "show_graph" action here, too. X-Git-Tag: v4.0.0~178 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=5951e4a476166208796392544f8d65f8e524f693;p=collection4.git share/collection.js: Rename the "show_graph" action here, too. --- 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 + "
  • "); }