MDL-4346: limiting the 'defer' clause to one call / fix the missing openpopup() bug in IE. (backport from 1.9)

This commit is contained in:
scyrma
2008-07-18 07:18:41 +00:00
parent bfe239f1e6
commit 6c831d73d3
+4 -2
View File
@@ -26,10 +26,12 @@
<script type="text/javascript" src="<?php echo $CFG->httpswwwroot ?>/lib/dropdown.js"></script>
<script type="text/javascript" defer="defer">
//<![CDATA[
setTimeout('fix_column_widths()', 20);
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
function openpopup(url,name,options,fullscreen) {
fullurl = "<?php echo $CFG->httpswwwroot ?>" + url;