Unverified Commit 1ccefe0d by Scott Committed by GitHub

Merge pull request #648 from pupi1985/patch-108

Add jquery and other dependencies before addon dependencies
parents 1a9496fd 18151725
......@@ -360,7 +360,7 @@ function qa_output_content($qa_content)
$qa_content['script'] = array();
}
$qa_content['script'] = array_merge($qa_content['script'], $script);
$qa_content['script'] = array_merge($script, $qa_content['script']);
// Load the appropriate theme class and output the page
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment