Ignore:
Timestamp:
03/22/10 17:08:29 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Adicionado function ao botao troca de status e criacao de div.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy/js/trophyim.js

    r2312 r2325  
    7272        rosterItem      : loadIM.HTMLSnippets.rosterItem( ), 
    7373     
    74         statusDiv       : loadIM.HTMLSnippets.statusDiv( ), 
     74        //statusDiv     : loadIM.HTMLSnippets.statusDiv( ), 
    7575}; 
    7676 
     
    10751075                if( arguments.length > 0 ) 
    10761076                { 
    1077                         //alert('Args 0 : ' + arguments[0]); 
    10781077                        TrophyIM.connection.send($pres( ).c('show').t(arguments[0])); 
    10791078                } 
     
    11061105                        // Add Message in chatBox; 
    11071106                        TrophyIM.addMessage( message, jidTo); 
     1107                                document.getElementById(jidTo + "__sendBox").value = ""; 
     1108                                document.getElementById(jidTo + "__sendBox").focus(); 
    11081109                } 
    11091110        } 
Note: See TracChangeset for help on using the changeset viewer.