mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
3 lines
69 B
JavaScript
3 lines
69 B
JavaScript
function go_to_wiki(e, args) {
|
|
self.location = e.target.value;
|
|
}
|