Commit f98bdb06 authored by Andy Hausmann's avatar Andy Hausmann

Fixed jQuery implementation.

parent 070b293d
......@@ -64,7 +64,7 @@ class AddJQueryViewHelper extends AbstractTagBasedViewHelper {
}
// if t3jquery is loaded and the custom Library had been created
if (T3JQUERY === TRUE) {
tx_t3jquery::addJqJS();
\tx_t3jquery::addJqJS();
} else {
if ($altJQueryFile) {
......
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