[Pkg-javascript-commits] [dojo] 51/88: minimal fix on 1.8 branch to avoid mixed content warning on IE8, fixes #16429 on 1.8 branch !strict
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.8.5
in repository dojo.
commit 8a62e6878c315ebbba74893adb5bd8f3198e5857
Author: Bill Keese <bill at dojotoolkit.org>
Date: Wed Dec 5 01:26:07 2012 +0000
minimal fix on 1.8 branch to avoid mixed content warning on IE8, fixes #16429 on 1.8 branch !strict
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30121 560b804f-0ae3-0310-86f3-f6aa0a117693
---
hccss.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hccss.js b/hccss.js
index 7c3e44d..ec42981 100644
--- a/hccss.js
+++ b/hccss.js
@@ -33,7 +33,7 @@ define([
hc = (cs.borderTopColor == cs.borderRightColor) ||
(bkImg && (bkImg == "none" || bkImg == "url(invalid-url:)" ));
- if(has("ie") < 8){
+ if(has("ie") <= 8){
div.outerHTML = ""; // prevent mixed-content warning, see http://support.microsoft.com/kb/925014
}else{
win.body().removeChild(div);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list