repo.or.cz
/
moodle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'MDL-44806-master' of git://github.com/phalacee/moodle
[moodle.git]
/
portfolio
/
download
/
helper.js
blob
a2d920e45ee84da02ee846595aae793fbc0203c6
1
function submit_download_form() {
2
YUI().use('yui2-dom', function(Y) {
3
f = Y.YUI2.util.Dom.get("redirectform");
4
Y.YUI2.util.Dom.addClass(f.parentNode, "hide");
5
f.submit();
6
});
7
}