Changeset 4191 in subversion


Ignore:
Timestamp:
Nov 7, 2010 5:58:50 AM (3 years ago)
Author:
alec
Message:
  • Fix: loading message doesn't disapear after using 'load-images' action
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/app.js

    r4190 r4191  
    18251825      if (!this.env.frame_lock) 
    18261826        this.env.frame_lock = this.set_busy(true, 'loading'); 
     1827      if (preview) 
     1828        url += '&_unlock='+this.env.frame_lock; 
    18271829      target.location.href = this.env.comm_path+url; 
    18281830 
Note: See TracChangeset for help on using the changeset viewer.