Changeset c1e9b03 in github
- Timestamp:
- Jul 7, 2009 1:23:55 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- ca90a9c
- Parents:
- 8bc018a
- File:
-
- 1 edited
-
program/js/common.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/common.js
r0e99d37 rc1e9b03 581 581 this.log = function(msg) 582 582 { 583 var box = rcube_find_object(' console');583 var box = rcube_find_object('dbgconsole'); 584 584 585 585 if (box) { … … 600 600 this.reset = function() 601 601 { 602 var box = rcube_find_object(' console');602 var box = rcube_find_object('dbgconsole'); 603 603 if (box) 604 604 box.innerText = box.value = '';
Note: See TracChangeset
for help on using the changeset viewer.
