Changeset 5404


Ignore:
Timestamp:
01/19/12 13:23:20 (12 years ago)
Author:
alexandrecorreia
Message:

Ticket #2305 - Aproveitando o ticket, e retirando trecho de codigo da antiga janela.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/QuickCatalogSearch.js

    r5402 r5404  
    2828                details_results(data); 
    2929 
    30                 id = '1'; 
    31                 _this = this; 
    32         var el_A = document.createElement("DIV"); 
    33                 el_A.style.visibility = "hidden"; 
    34                 el_A.style.position = "absolute"; 
    35                 el_A.style.left = "0px"; 
    36                 el_A.style.top = "0px"; 
    37                 el_A.style.width = "0px"; 
    38                 el_A.style.height = "0px"; 
    39                 el_A.id = 'window_QuickCatalogSearch_A'; 
    40                 document.body.appendChild(el_A); 
    41                 el_A.innerHTML = "";             
    42                  
    43                 func_add_contact = function () {         
    44                 };               
    45         _this.showWindow(el_A);  
     30        this.showWindow();       
    4631        } 
    4732      
     
    698683 
    699684           
    700         emQuickCatalogSearch.prototype.showWindow = function (div) { 
     685        emQuickCatalogSearch.prototype.showWindow = function () { 
    701686                $(this).bind('keydown'); 
    702687                $(function() { 
Note: See TracChangeset for help on using the changeset viewer.