Merge pull request #483 from DanielNoord/version, Bump to version 2.031.3 (#397)

Bump to version 2.031.3
This commit is contained in:
DanielNoord
2020-12-28 14:01:53 +01:00
committed by GitHub
3 changed files with 2 additions and 12 deletions

View File

@@ -2566,11 +2566,6 @@ CM.Disp.TooltipCreateWarningSection = function() {
var box = document.createElement('div');
box.id = boxId;
box.style.display = 'none';
// TODO: This is very old code and can probably be removed
//box.style.WebkitTransition = 'opacity 0.1s ease-out';
//box.style.MozTransition = 'opacity 0.1s ease-out';
//box.style.MsTransition = 'opacity 0.1s ease-out';
//box.style.OTransition = 'opacity 0.1s ease-out';
box.style.transition = 'opacity 0.1s ease-out';
box.className = CM.Disp.colorBorderPre + color;
box.style.padding = '2px';
@@ -4500,7 +4495,7 @@ CM.Main.lastWrinklerCount = 0;
CM.ConfigPrefix = 'CMConfig';
CM.VersionMajor = '2.031';
CM.VersionMinor = '2';
CM.VersionMinor = '3';
/*******
* Sim *

View File

@@ -1387,11 +1387,6 @@ CM.Disp.TooltipCreateWarningSection = function() {
var box = document.createElement('div');
box.id = boxId;
box.style.display = 'none';
// TODO: This is very old code and can probably be removed
//box.style.WebkitTransition = 'opacity 0.1s ease-out';
//box.style.MozTransition = 'opacity 0.1s ease-out';
//box.style.MsTransition = 'opacity 0.1s ease-out';
//box.style.OTransition = 'opacity 0.1s ease-out';
box.style.transition = 'opacity 0.1s ease-out';
box.className = CM.Disp.colorBorderPre + color;
box.style.padding = '2px';

View File

@@ -477,5 +477,5 @@ CM.Main.lastWrinklerCount = 0;
CM.ConfigPrefix = 'CMConfig';
CM.VersionMajor = '2.031';
CM.VersionMinor = '2';
CM.VersionMinor = '3';