b36402288aef6389ef6bc30e854c9af5994a33ad greg Tue Aug 23 15:20:30 2011 -0700 Added extra comment noting file dependency. diff --git src/hg/js/hgHubConnect.js src/hg/js/hgHubConnect.js index d6493bc..7e6dccd 100644 --- src/hg/js/hgHubConnect.js +++ src/hg/js/hgHubConnect.js @@ -1,16 +1,17 @@ // hover effect to highlight table rows $(function(){ $(".hubList tr").hover( function(){ $(this).addClass("hoverRow");}, function(){ $(this).removeClass("hoverRow"); } ) }); // initializes the tabs - with cookie option +// cookie option requires jquery.cookie.js $(function() { $( "#tabs" ).tabs({ cookie: { name: 'hubTab_cookie', expires: 30 } }); });