From c7560b84e765db071353449dafce7ebd6760de4b Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 15 Feb 2012 11:56:00 +0100 Subject: fix names and synonyms link --- views/lazar.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3