|
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
Environment:
|
All platforms
|
|
|
The cause of this problem is following.
lib/editor/htmlarea/coursefiles.php, Line:123
function set_rename(strfile) {
var upper = window.parent.document;
// upper.getElementById('irename').value = strfile;
upper.getElementById('irename').file.value = strfile;
return true;
}
upper.getElementById('irename').value
-> upper.getElementById('irename').file.value
|
|
Description
|
The cause of this problem is following.
lib/editor/htmlarea/coursefiles.php, Line:123
function set_rename(strfile) {
var upper = window.parent.document;
// upper.getElementById('irename').value = strfile;
upper.getElementById('irename').file.value = strfile;
return true;
}
upper.getElementById('irename').value
-> upper.getElementById('irename').file.value
|
Show » |
| No commits have yet been performed on this issue.
|
|