You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/03/12 17:25:05 UTC

svn commit: r1666239 - /incubator/taverna/site/trunk/templates/default_scripts.html

Author: brenninc
Date: Thu Mar 12 16:25:04 2015
New Revision: 1666239

URL: http://svn.apache.org/r1666239
Log:
Removed script for top menu item

Modified:
    incubator/taverna/site/trunk/templates/default_scripts.html

Modified: incubator/taverna/site/trunk/templates/default_scripts.html
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/templates/default_scripts.html?rev=1666239&r1=1666238&r2=1666239&view=diff
==============================================================================
--- incubator/taverna/site/trunk/templates/default_scripts.html (original)
+++ incubator/taverna/site/trunk/templates/default_scripts.html Thu Mar 12 16:25:04 2015
@@ -1,7 +1,7 @@
 <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
-<script>
+<!--script>
 	jQuery(function($) {
         if($(window).width()>769){
             $('.navbar .dropdown').hover(function() {
@@ -18,4 +18,4 @@
 
         }
     });
-</script>
+</script-->