Ignore:
Timestamp:
05/07/10 15:18:57 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Correcao para a visualizacao do status ( mensagem ) no Internet Explorer.

File:
1 edited

Legend:

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

    r2728 r2736  
    19431943     *    Status of storage attempt 
    19441944     */ 
    1945     this.setData = function(vars) { 
    1946         if (typeof(TROPHYIM_JSON_STORE) != undefined) { 
    1947             Strophe.debug("Storing JSONStore data"); 
     1945    this.setData = function(vars) 
     1946    { 
     1947        if ( typeof(TROPHYIM_JSON_STORE) != undefined ) 
     1948        { 
    19481949            var senddata = "set=" + JSON.stringify(vars); 
    19491950            var xhr = this._newXHR(); 
    1950             try { 
     1951            try 
     1952            { 
    19511953                xhr.open("POST", TROPHYIM_JSON_STORE, false); 
    1952             } catch (e) { 
     1954            } 
     1955            catch (e) 
     1956            { 
    19531957                Strophe.error("JSONStore open failed."); 
    19541958                return false; 
     
    19671971        } 
    19681972    } 
     1973     
    19691974    var testData = true; 
     1975     
    19701976    if (this.setData({testData:testData})) { 
    19711977        var testResult = this.getData(['testData']); 
Note: See TracChangeset for help on using the changeset viewer.