mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
function go_to_wiki(e, args) {
|
|
self.location = e.target.value;
|
|
}
|