MDL-42634 theme: Increase margin on sectionname to not cover controls
[moodle.git] / portfolio / download / helper.js
bloba2d920e45ee84da02ee846595aae793fbc0203c6
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 });