-
Committer:
mattgiuca
-
Date:
2008-06-15 05:08:15 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:770
media/common/util.js: Internet Explorer compatibility.
Replaced all instances of string [] indexing with .charAt method.
(String [] indexing as not supported in ECMAScript, only JavaScript).
This fixes at least the "I Accept" not working bug in IE.
There may be other instances which need fixing in other modules.