Skip to content
GitLab
Menu
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
b22648f3
Commit
b22648f3
authored
Dec 01, 2008
by
Nigel McNie
Browse files
[UPSTREAM] Fix broken blog post editing javascript in IE7 (and probably opera too).
parent
74dcaf08
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/post.php
View file @
b22648f3
...
...
@@ -317,7 +317,7 @@ function saveblogpost() {
else { // uploaded file
var record = {
'id':idparts[1],
'data':uploaddata[attached.tbody.childNodes[i].id]
,
'data':uploaddata[attached.tbody.childNodes[i].id]
};
uploads.push(record);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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