Skip to content

Commit 8bba46a

Browse files
committed
removing msie fade on loading monitor
1 parent 04d01f8 commit 8bba46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/net.sf.j2s.java.core/srcjs/js/j2sClazz.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
// Google closure compiler cannot handle Clazz.new or Clazz.super
99

10+
// BH 4/16/2018 6:14:10 PM msie flag in monitor
1011
// BH 2/22/2018 12:34:07 AM array.clone() fix
1112
// BH 2/20/2018 12:59:28 AM adds Character.isISOControl
1213
// BH 2/13/2018 6:24:44 AM adds String.copyValueOf (two forms)
@@ -2236,8 +2237,7 @@ var setAlpha = function (alpha) {
22362237
fadeOutTimer = null;
22372238
}
22382239
fadeAlpha = alpha;
2239-
var ua = navigator.userAgent.toLowerCase();
2240-
monitorEl.style.filter = "Alpha(Opacity=" + alpha + ")";
2240+
//monitorEl.style.filter = "Alpha(Opacity=" + alpha + ")";
22412241
monitorEl.style.opacity = alpha / 100.0;
22422242
};
22432243
/* private */

0 commit comments

Comments
 (0)