Problem with the compose window.

Edwin Culp eculp@encontacto.net
Tue, 06 Nov 2001 11:08:30 -0800


There seems to be a problem with the compose window in my last cvs of 
about 15 minutes ago.  It is completely blank (background color)

The source ends as follows:

function change_identity(id)
{
     var pos;

     var identities = new Array(
         new Array("\n", false, 42, true),
         new Array("\n-- \n          \"The wise leave the road and find 
the way: \n           fools cling to the way and loose the road\"\n 
                                              Lao Tsu\n", false, 42, true),
         new Array("\n-- \n          \"The wise leave the road and find 
the way: \n           fools cling to the way and loose the road\"\n 
                                               Lao Tsu\n", false, 42, true),
         new Array("\n", false, 42, true),
         new Array("\n", false, 42, true),
         new Array("\n", false, 42, true),
         new Array("\n", false, 42, false)

The js function change_identity doesn't show that it is getting closed.