MDL-21240 shortened urls now start with / everywhere

This commit is contained in:
Petr Skoda
2010-01-18 20:57:32 +00:00
parent f2ab0d0694
commit 9dec75dbcc
87 changed files with 125 additions and 125 deletions
+1 -1
View File
@@ -2128,7 +2128,7 @@ function get_html_head_contributions($questionlist, &$questions, &$states) {
// The question engine's own JavaScript.
$PAGE->requires->yui2_lib('connection');
$PAGE->requires->js('question/qengine.js');
$PAGE->requires->js('/question/qengine.js');
question_init_qengine_js();
// Anything that questions on this page need.