Explorar o código

Hiding/showing of tabs no longer in JS

Nathaniel van Diepen %!s(int64=12) %!d(string=hai) anos
pai
achega
c4331cccf2
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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
 		});