MDL-19673 Removed the semi-transparent underlay of YUI tooltips, they don't work in IE. Merged from MOODLE_19_STABLE

This commit is contained in:
nicolasconnault 2009-07-01 03:57:05 +00:00
parent afa2dcad43
commit 93feac1719

View File

@ -232,8 +232,8 @@ function init() {
draggable: false,
visible: false,
close: false,
preventcontextoverlap: true
preventcontextoverlap: true,
underlay: 'none'
});
YAHOO.graderreport.panelEl.render(table);