- labels: --> Bug Fix
- milestone: --> Legacy 2.2 modules
- assigned_to: nobody --> kilica
- status: open --> closed-fixed
http://www.xugj.org/modules/d3forum/index.php?post_id=6253
Legacy_HeaderScript.class.php
function createOnloadFunctionTag
line 279
$html .= "$(document).ready(function(){\n";
to
$html .= "jQuery(function($){\n";
Because
sitesetting jQuery loacl mode
when
modules is loaded after prototype.js to jQuery.js
no Conflict
Before Conflict prototype.js (example, webphoto module)
Log in to post a comment.