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