Changeset c1e9b03 in github


Ignore:
Timestamp:
Jul 7, 2009 1:23:55 PM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
ca90a9c
Parents:
8bc018a
Message:
  • fix debug console
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/common.js

    r0e99d37 rc1e9b03  
    581581  this.log = function(msg) 
    582582  { 
    583     var box = rcube_find_object('console'); 
     583    var box = rcube_find_object('dbgconsole'); 
    584584 
    585585    if (box) { 
     
    600600  this.reset = function() 
    601601  { 
    602     var box = rcube_find_object('console'); 
     602    var box = rcube_find_object('dbgconsole'); 
    603603    if (box) 
    604604      box.innerText = box.value = ''; 
Note: See TracChangeset for help on using the changeset viewer.