Changeset 10879
- Timestamp:
- Jun 26, 2010, 6:53:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/web/javascript/common.js
r10536 r10879 98 98 function setInnerHTML( e, html ) 99 99 { 100 if( e == undefined ) 101 return; 102 100 103 /* innerHTML is listed as a string, but the browser seems to change it. 101 104 * For example, "∞" gets changed to "â" somewhere down the line.
Note: See TracChangeset
for help on using the changeset viewer.