Ignore:
Timestamp:
04/29/10 15:03:20 (14 years ago)
Author:
niltonneto
Message:

Ticket #1056 - Corrigido problema que remove todas as regras ao criar um nova.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoMail1_2/js/common_functions.js

    r2606 r2666  
    3737        var content_folders = Element("content_folders"); 
    3838        var clientHeight = ((window.innerHeight ? window.innerHeight : document.body.offsetHeight) - 8); 
    39         var clientWidth = ((window.innerWidth ? window.innerWidth : document.body.offsetWidth));         
    40  
     39        var clientWidth = ((window.innerWidth ? window.innerWidth : document.body.offsetWidth));                 
    4140        if(divScrollMain){ 
    4241                divScrollMain.style.height = (clientHeight - (findPosY(divScrollMain) + (table_message.clientHeight ? table_message.clientHeight : table_message.offsetHeight))) + "px"; 
     
    8584// Translate words and phrases using user language from eGroupware. 
    8685function get_lang(_key) { 
     86        if (typeof(_key) == 'undefined') 
     87                return false; 
    8788        var key = _key.toLowerCase(); 
    8889        if(array_lang[key]) 
Note: See TracChangeset for help on using the changeset viewer.