Browse Source

I should learn to clean up after myself...

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 năm trước cách đây
mục cha
commit
cbcd5ca3e7
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      Themes/default/ManageMembergroups.template.php

+ 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>';
 }