mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 01:32:59 +02:00
jquery upgrade to 1.4.4
git-svn-id: http://piwigo.org/svn/trunk@8162 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -523,6 +523,12 @@ class Template {
|
||||
return;
|
||||
}
|
||||
$id = $params['id'];
|
||||
trigger_error("known_script is deprecated $id ".@$params['src'], E_USER_WARNING);
|
||||
if ('jquery'==$id)
|
||||
{
|
||||
$this->scriptLoader->add($id, 0, array(), null);
|
||||
return;
|
||||
}
|
||||
if (! isset( $this->known_scripts[$id] ) )
|
||||
{
|
||||
if (!isset($params['src']))
|
||||
|
||||
Reference in New Issue
Block a user