Explorar el Código

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

Nate Jones hace 11 años
padre
commit
854d288433
Se han modificado 1 ficheros con 1 adiciones y 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();
 		});
 
 	});