Skip to content

Commit

Permalink
MDL-20841 Fixed some naughty hash comments :)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Nov 24, 2009
1 parent b8d7eca commit 182951c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/weblib.php
Expand Up @@ -2482,8 +2482,8 @@ function print_header ($title='', $heading='', $navigation='', $focus='',

/// Perform some browser environment checks
if (!empty($CFG->excludeoldflashclients) && empty($SESSION->flashversion)) { // Do a single check per session for the flash version
# Unfortunately we can't use require_js here and keep it all clean in 1.9 ...
# require_js(array('yui_yahoo', 'yui_event', 'yui_connection', $CFG->httpswwwroot."/lib/swfobject/swfobject.js"));
// Unfortunately we can't use require_js here and keep it all clean in 1.9 ...
// require_js(array('yui_yahoo', 'yui_event', 'yui_connection', $CFG->httpswwwroot."/lib/swfobject/swfobject.js"));
$meta .= '<script type="text/javascript" src="'.$CFG->wwwroot.'/lib/yui/yahoo/yahoo-min.js"></script>';
$meta .= '<script type="text/javascript" src="'.$CFG->wwwroot.'/lib/yui/event/event-min.js"></script>';
$meta .= '<script type="text/javascript" src="'.$CFG->wwwroot.'/lib/yui/connection/connection-min.js"></script>';
Expand Down

0 comments on commit 182951c

Please sign in to comment.