Commit 18151725 by pupi1985

Add jquery and other dependencies before addon dependencies

parent 1a9496fd
...@@ -360,7 +360,7 @@ function qa_output_content($qa_content) ...@@ -360,7 +360,7 @@ function qa_output_content($qa_content)
$qa_content['script'] = array(); $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 // 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