summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/lazar.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/lazar.haml b/views/lazar.haml
index 870fcab..9bfff2a 100644
--- a/views/lazar.haml
+++ b/views/lazar.haml
@@ -27,7 +27,7 @@
%a{:href => "#prediction", :id => "show_names"} Names and synonyms
:javascript
$("a#show_names").click(function () {
- $("#compound_names").load("#{File.join("/compound",@compound.inchi)}");
+ $("#compound_names").load("#{File.join("compound",@compound.inchi)}");
$("tr#names").toggle();
});
%li= toggle_link("#fragments","Significant fragments")