MDL-21240 shortened urls now start with / everywhere
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user