Changeset 258f1e5 in github


Ignore:
Timestamp:
May 17, 2007 3:37:56 PM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
8f36bef
Parents:
41bece1
Message:

Always try to hide the message box (closes #1484353)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r2e8a611 r258f1e5  
    969969      this.display_message(msg, 'loading', true); 
    970970      } 
    971     else if (!a && this.busy) 
     971    else if (!a) 
    972972      this.hide_message(); 
    973973 
Note: See TracChangeset for help on using the changeset viewer.