2
0
Эх сурвалжийг харах

I should learn to clean up after myself...

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 жил өмнө
parent
commit
cbcd5ca3e7

+ 2 - 3
Themes/default/ManageMembergroups.template.php

@@ -405,9 +405,8 @@ function template_edit_group()
 				group_hidden_text.style.color = !isChecked ? "" : "#888888";
 				document.forms.groupForm.group_moderators.disabled = isChecked;
 				group_moderators_text.style.color = !isChecked ? "" : "#888888";
-			}';
-			
-			echo '				
+			}
+				
 			swapPostGroup(', $context['group']['is_post_group'] ? 'true' : 'false', ');
 		// ]]></script>';
 }