فهرست منبع

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(){