Author: sshyrkov
Date: Mon Oct 1 16:44:36 2007
New Revision: 18716
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18716&repname=
=3Djahia
Log:
Do not apply transparent PNG fix for IE7, as it should work there without t=
ricks
Modified:
branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/css/pngbehavior.=
jsp
Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/css/pngbeh=
avior.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/jsp/jahia/css/pngbehavior.jsp&rev=3D18716&repname=
=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/css/pngbehavior.=
jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/css/pngbehavior.=
jsp Mon Oct 1 16:44:36 2007
@@ -14,8 +14,7 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. =
See the License for the specific language governing permissions and =
limitations under the License.
---%><[EMAIL PROTECTED] language=3D"java"%>
-<%
+--%><[EMAIL PROTECTED] language=3D"java"%><%
response.setContentType("text/x-component");
final String path =3D request.getContextPath() + "/jsp/jahia/css/blank=
.gif";
%>
@@ -44,7 +43,7 @@
*
*/
=
-var supported =3D /MSIE ((5\.5)|[6789])/.test(navigator.userAgent) &&
+var supported =3D /MSIE ((5\.5)|6)/.test(navigator.userAgent) &&
navigator.platform =3D=3D "Win32";
=
var realSrc;
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list