Ignore:
Timestamp:
06/29/07 15:18:52 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/js/im_win.js

    r32 r36  
    8484      main_menu_head_pref = func.newEl('span'); 
    8585      func.confEl(main_menu_head_pref, 'id', 'span_menu_pref'); 
    86            func.confEl(main_menu_head_pref,'style','float: left;'); 
     86          func.confEl(main_menu_head_pref,'style','float: left;'); 
    8787 
    8888      br3 = func.newEl('br'); 
     
    9595      func.confEl(main_menu_head_pref_img, 'id', 'img_pref'); 
    9696 
    97            main_menu_head_pref.onclick = function(){IM.menu_preferences('menu_preferences');}; 
     97          main_menu_head_pref.onclick = function(){IM.menu_preferences('menu_preferences');}; 
    9898      main_menu_head_pref_txt = document.createTextNode(IM.get_lang('Options')); 
    9999 
     
    105105      func.insEl(main_menu_head_pref_img, main_menu_head_pref_txt, main_menu_head_div, main_menu_head_pref); 
    106106 
    107       params = new Array(); 
     107          var params = []; 
    108108      params['body']       = main_menu_all; 
    109109      params['close']      = true; 
     
    626626         text += '<a onclick="javascript:IM.sendMessage(\'' + pId + '\')" title="Send a message" style="float:left"><img src="' + im_path + 'templates/default/images/img/skins/deathdart/send.gif" width="102" height="50" border=0 style="margin-top:3px"></a>'; 
    627627 
    628          params = []; 
     628         var params = []; 
    629629         params['body']     = text; 
    630630         params['height']   = 215; 
Note: See TracChangeset for help on using the changeset viewer.