Changeset 10879


Ignore:
Timestamp:
Jun 26, 2010, 6:53:20 PM (13 years ago)
Author:
charles
Message:

(2.0x web) #3360 "web client doesn't work correctly on firefox" -- backport r10866

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0x/web/javascript/common.js

    r10536 r10879  
    9898function setInnerHTML( e, html )
    9999{
     100        if( e == undefined )
     101                return;
     102
    100103        /* innerHTML is listed as a string, but the browser seems to change it.
    101104         * For example, "∞" gets changed to "∞" somewhere down the line.
Note: See TracChangeset for help on using the changeset viewer.