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

This commit is contained in:
scyrma
2008-07-18 07:14:12 +00:00
parent ef30cf850a
commit a6a816fb4c
+4 -3
View File
@@ -27,11 +27,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;
windowobj = window.open(fullurl,name,options);