Browse Source

Hiding/showing of tabs no longer in JS

Nathaniel van Diepen 12 years ago
parent
commit
c4331cccf2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      www/js/omnomirc.js

+ 0 - 2
www/js/omnomirc.js

@@ -137,11 +137,9 @@
 		$("#head").hoverIntent({
 			over: function(){
 				$(this).addClass('hovered');
-				$tl.show();
 			},
 			out: function(){
 				$(this).removeClass('hovered');
-				$tl.hide();
 			},
 			timeout: 1000
 		});