Skip to content

Commit

Permalink
MDL-4346: limiting the 'defer' clause to one call / fix the missing o…
Browse files Browse the repository at this point in the history
…penpopup() bug in IE. (backport from 1.9)
  • Loading branch information
scyrma committed Jul 18, 2008
1 parent bfe239f commit 6c831d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/javascript.php
Expand Up @@ -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;
Expand Down

0 comments on commit 6c831d7

Please sign in to comment.