moodle/mod/wiki/wiki.js

4 lines
69 B
JavaScript

function go_to_wiki(e, args) {
self.location = e.target.value;
}