improve code

This commit is contained in:
Rene
2022-07-03 14:30:49 +02:00
parent d8aeeecce4
commit d656d73dc7
4 changed files with 17 additions and 11 deletions
@@ -134,7 +134,7 @@ const msedge = window.navigator.userAgent.toLowerCase().indexOf('edge') > -1;
msie11 && addClass(document.body, 'msie11');
const useContentElement = false;
const useContentElement = true;
const fixedDigits = msie11 ? 1 : 3;
const fixedDigitsOffset = 3;