소스 검색

Fixed close button hide

When clicking on main content close buttons will now properly hide as
well.
Nathaniel van Diepen 12 년 전
부모
커밋
8f979c2173
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      www/js/omnomirc.js

+ 1 - 0
www/js/omnomirc.js

@@ -151,6 +151,7 @@
 		});
 		$('#content').click(function(){
 			$('#settings, #users, #head').removeClass('hovered').removeClass('open');
+			$('#settings, #users').children('.close-button').hide()
 		});
 		$h.hoverIntent({
 			out: function(){