Changeset 491

Show
Ignore:
Timestamp:
01/12/09 14:35:51 (11 months ago)
Author:
jdecq
Message:

disabling "Remove all" button when uploading

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/uploadr/MacUploadr.app/Contents/Resources/chrome/content/uploadr/photos.js

    r464 r491  
    629629                if (from_user) { 
    630630                        status.set(locale.getString('status.uploading')); 
     631                        document.getElementById('t_clear').className = 'disabled_button'; 
    631632                        buttons.upload.disable(); 
    632633                        document.getElementById('photos_sort_default')