summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/layout.haml1
-rw-r--r--views/neighbors.haml6
2 files changed, 1 insertions, 6 deletions
diff --git a/views/layout.haml b/views/layout.haml
index dc83956..8a920ea 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -54,6 +54,7 @@
%img.share{:src=>"/images/LinkedIn.png"}
%a{:href=>"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flazar.in-silico.ch&title=&summary=&source=http%3A%2F%2Flazar.in-silico.ch", :rel=>"external", :title=>"Share on Facebook"}
%img.share{:src=>"/images/Facebook.png"}
+
:javascript
$(document).ready(function(){
$("#back-top").hide();
diff --git a/views/neighbors.haml b/views/neighbors.haml
index 18c23f8..2d7c4a5 100644
--- a/views/neighbors.haml
+++ b/views/neighbors.haml
@@ -3,11 +3,6 @@
/ align single prediction to endpoint ;
/ display preordered in table view ;
-:javascript
- $(document).ready(function(){
- addExternalLinks();
- });
-
%div.results
%h3 Neighbors:
/ tabs div
@@ -40,7 +35,6 @@
/ presort by similarity ;
:javascript
$(document).ready(function(){
- addExternalLinks();
$("table##{j+1}").tablesorter({
debug: false,
theme: "bootstrap",