Explorar el Código

Hiding/showing of tabs no longer in JS

Nathaniel van Diepen hace 12 años
padre
commit
c4331cccf2
Se han modificado 1 ficheros con 0 adiciones y 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
 		});