We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d01f8 commit 8bba46aCopy full SHA for 8bba46a
sources/net.sf.j2s.java.core/srcjs/js/j2sClazz.js
@@ -7,6 +7,7 @@
7
8
// Google closure compiler cannot handle Clazz.new or Clazz.super
9
10
+// BH 4/16/2018 6:14:10 PM msie flag in monitor
11
// BH 2/22/2018 12:34:07 AM array.clone() fix
12
// BH 2/20/2018 12:59:28 AM adds Character.isISOControl
13
// BH 2/13/2018 6:24:44 AM adds String.copyValueOf (two forms)
@@ -2236,8 +2237,7 @@ var setAlpha = function (alpha) {
2236
2237
fadeOutTimer = null;
2238
}
2239
fadeAlpha = alpha;
- var ua = navigator.userAgent.toLowerCase();
2240
- monitorEl.style.filter = "Alpha(Opacity=" + alpha + ")";
+ //monitorEl.style.filter = "Alpha(Opacity=" + alpha + ")";
2241
monitorEl.style.opacity = alpha / 100.0;
2242
};
2243
/* private */
0 commit comments