Changeset 8162 for trunk/include


Ignore:
Timestamp:
Dec 16, 2010, 7:09:14 AM (13 years ago)
Author:
rvelices
Message:

jquery upgrade to 1.4.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r8128 r8162  
    524524    }
    525525    $id = $params['id'];
     526    trigger_error("known_script is deprecated $id ".@$params['src'], E_USER_WARNING);
     527    if ('jquery'==$id)
     528    {
     529      $this->scriptLoader->add($id, 0, array(), null);
     530      return;
     531    }
    526532    if (! isset( $this->known_scripts[$id] ) )
    527533    {
Note: See TracChangeset for help on using the changeset viewer.