Browse Source

Domain Selector: Disable close on blur for time being, causing conflict with selecting a domain to manage.

Nate Jones 11 năm trước cách đây
mục cha
commit
854d288433
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      themes/enhanced/template.php

+ 1 - 1
themes/enhanced/template.php

@@ -850,7 +850,7 @@ legend {
 
 		// hides the domain selector when clicking off
 		$('#domain_filter').blur(function() {
-			hide_domains();
+			//hide_domains();
 		});
 
 	});