Explorar o código

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

Nate Jones %!s(int64=11) %!d(string=hai) anos
pai
achega
854d288433
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 		});
 
 	});