Changeset 75 for trunk/contactcenter


Ignore:
Timestamp:
09/27/07 10:08:24 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/js/cc.js

    r16 r75  
    18231823function populateCards(data, type) 
    18241824{ 
     1825        if (data[3].length >= 100 ) 
     1826        { 
     1827                alert("Critério de pesquisa muito abrangente, achados " + data[3].length + " resultados"); 
     1828                for (i = 0; i < (Math.sqrt(data[3].length)-1); i++) 
     1829                        for (j = 0; j < 3; j++) 
     1830                                document.getElementById("cc_card:"+j+":"+i).innerHTML = ''; 
     1831                return false; 
     1832        } 
    18251833         
    18261834        if(type == 'groups') 
Note: See TracChangeset for help on using the changeset viewer.