put jquery into no conflict mode so it doesn't overwite mootools use of $

pull/1480/head
Isaac Connor 2016-05-13 09:45:24 -04:00
parent 1ce2e597cf
commit 85f950d80a
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ function xhtmlHeaders( $file, $title )
<script type="text/javascript">
//<![CDATA[
<!--
var $j = jQuery.noConflict();
// $j is now an alias to the jQuery function; creating the new alias is optional.
<?php include("skins/$skin/views/js/state.js.php")?>
//-->
//]]>