Skip to content

Commit

Permalink
MINOR fixed javascript initialization bug in SecurityAdmin_left.js (s…
Browse files Browse the repository at this point in the history
…ee #3211)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@68531 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu authored and Sam Minnee committed Feb 2, 2011
1 parent b0839bd commit ccebbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/SecurityAdmin_left.js
Expand Up @@ -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;
Expand All @@ -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';
Expand Down

0 comments on commit ccebbcf

Please sign in to comment.