share/collection.js: Rename the "show_graph" action here, too.
authorFlorian Forster <ff@octo.it>
Sun, 27 Jun 2010 10:10:44 +0000 (12:10 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 27 Jun 2010 10:10:44 +0000 (12:10 +0200)
share/collection.js

index e9b376a..75391b9 100644 (file)
@@ -1,7 +1,7 @@
 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>");
 }