Changeset 9586 for trunk/include


Ignore:
Timestamp:
Mar 9, 2011, 3:22:48 PM (13 years ago)
Author:
patdenice
Message:

feature:2114
Simplify all admin templates.

File:
1 edited

Legend:

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

    r9580 r9586  
    11401140  private function load_known_required_script($id, $load_mode)
    11411141  {
    1142     if ( isset(self::$known_paths[$id]) or strncmp($id, 'jquery.ui.', 10)==0 or strncmp($id, 'jquery.effetcs.', 15)==0 )
     1142    if ( isset(self::$known_paths[$id]) or strncmp($id, 'jquery.ui.', 10)==0 or strncmp($id, 'jquery.effects.', 15)==0 )
    11431143    {
    11441144      $this->add($id, $load_mode, array(), null);
Note: See TracChangeset for help on using the changeset viewer.