Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
portfolio - MDL-20850 - updates to use $PAGE better
[moodle.git]
/
portfolio
/
type
/
download
/
helper.js
Commit
Line
Data
0503e887
PL
1
function submit_download_form() {
2
f = YAHOO.util.Dom.get("redirectform");
3
YAHOO.util.Dom.addClass(f.parentNode, "hide");
4
f.submit();
5
}