Changeset 2276

Show
Ignore:
Timestamp:
09/30/2007 04:16:50 AM (16 months ago)
Author:
tof
Message:

Fixed #340

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r2274 r2276  
    11Version 3.1.1 To be released 
    22============================ 
     3BUG: Ticket#340 - Callbacks and Firebug compatibility problem (Christophe) 
    34BUG: Ticket#533 - HttpRequest::getBrowser() throws an error if browsercap.ini is invalid (Carl) 
    45BUG: Ticket#592 - TRadioButton with UniqueGroupName always return false to getChecked (Christophe) 
  • trunk/framework/Web/Javascripts/source/prado/logger/logger.js

    r1891 r2276  
    170170          this.log(message + ": \n" + error, 'error') 
    171171                if(typeof(console) != "undefined") 
    172                         console.error(message); 
     172                        console.error(message + ": \n" + error); 
    173173 
    174174        },