Changeset 11045


Ignore:
Timestamp:
May 25, 2011, 12:03:16 PM (13 years ago)
Author:
patdenice
Message:

Remove useless code and small bug correction.

Location:
trunk/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/updates.class.php

    r10594 r11045  
    448448          if (empty($error))
    449449          {
    450             self::obsolete_list($obsolete_list);
     450            self::process_obsolete_list($obsolete_list);
    451451            self::deltree($conf['local_data_dir'].'/update');
    452452            invalidate_user_cache(true);
  • trunk/admin/themes/default/template/thumbnail.tpl

    r10686 r11045  
    8585  });
    8686
    87   jQuery('input#cancel').click (function () {
    88     queuedManager.clear();
    89     queuedManager.abort();
    90     jQuery("input:not(.nodisable)").attr("disabled",false);
    91     jQuery('tr.nothumb td.thumbpic').html(" ");
    92    
    93   });
    94 
    9587  toggleCropFields();
    9688  jQuery("#thumb_crop").click(function () {toggleCropFields()});
Note: See TracChangeset for help on using the changeset viewer.