Parcourir la source

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

Nate Jones il y a 11 ans
Parent
commit
854d288433
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
 		});
 
 	});