Removed a TODO
This commit is contained in:
@@ -2566,11 +2566,6 @@ CM.Disp.TooltipCreateWarningSection = function() {
|
|||||||
var box = document.createElement('div');
|
var box = document.createElement('div');
|
||||||
box.id = boxId;
|
box.id = boxId;
|
||||||
box.style.display = 'none';
|
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.style.transition = 'opacity 0.1s ease-out';
|
||||||
box.className = CM.Disp.colorBorderPre + color;
|
box.className = CM.Disp.colorBorderPre + color;
|
||||||
box.style.padding = '2px';
|
box.style.padding = '2px';
|
||||||
|
|||||||
@@ -1387,11 +1387,6 @@ CM.Disp.TooltipCreateWarningSection = function() {
|
|||||||
var box = document.createElement('div');
|
var box = document.createElement('div');
|
||||||
box.id = boxId;
|
box.id = boxId;
|
||||||
box.style.display = 'none';
|
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.style.transition = 'opacity 0.1s ease-out';
|
||||||
box.className = CM.Disp.colorBorderPre + color;
|
box.className = CM.Disp.colorBorderPre + color;
|
||||||
box.style.padding = '2px';
|
box.style.padding = '2px';
|
||||||
|
|||||||
Reference in New Issue
Block a user