mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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:
parent
b0839bd816
commit
ccebbcf6ea
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user