Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
2deaa570
Commit
2deaa570
authored
Jul 07, 2010
by
Richard Mansfield
Browse files
Fix IE bug in Manage Groups
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
08749b8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/site/groupcategories.php
View file @
2deaa570
...
...
@@ -166,7 +166,7 @@ function saveitem(itemid) {
}
var
data
=
{
'name'
:
name
,
'itemid'
:
itemid
,
};
'itemid'
:
itemid
};
sendjsonrequest
(
'updategroup.json.php'
,
data
,
'POST'
,
getitems
);
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment