mirror of
https://github.com/moodle/moodle.git
synced 2025-01-30 03:58:34 +01:00
Fix syntax error.
This commit is contained in:
parent
9a78a083f3
commit
18e8f3ab9e
@ -38,6 +38,7 @@ function toggleCategorySelector() {
|
||||
if (itemboxes[i].checked) {
|
||||
document.getElementById('menumoveafter').disabled = false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
document.getElementById('menumoveafter').disabled = 'disabled';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user