Author: nbelaevski
Date: 2009-08-02 21:22:00 -0400 (Sun, 02 Aug 2009)
New Revision: 15090
Modified:
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/swfobject.js
Log:
https://jira.jboss.org/jira/browse/RF-7190
Modified:
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/swfobject.js
===================================================================
---
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/swfobject.js 2009-08-03
01:15:20 UTC (rev 15089)
+++
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/swfobject.js 2009-08-03
01:22:00 UTC (rev 15090)
@@ -530,7 +530,7 @@
getElementById(id).style.visibility = v;
}
else {
- createCSS("#" + id.replace(/\:/g, '\\:'), "visibility:" +
v);
+ createCSS("#" + id, "visibility:" + v);
}
}