MINOR fixed javascript initialization bug in SecurityAdmin_left.js (see #3211)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@68531 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-12-12 02:40:36 +00:00 committed by Sam Minnee
parent b0839bd816
commit ccebbcf6ea

View File

@ -9,7 +9,7 @@ _HANDLER_FORMS['deletegroup'] = 'deletegroup_options';
* Add page action
* @todo Remove duplication between this and the CMSMain Add page action
*/
addgroup = {
var addgroup = {
button_onclick : function() {
addgroup.form_submit();
return false;
@ -32,7 +32,7 @@ addgroup = {
/**
* Delete page action
*/
deletegroup = {
var deletegroup = {
button_onclick : function() {
/*if( $('deletegroup_options').style.display == 'none' )
$('deletegroup_options').style.display = 'block';