From ac7d6a1dd1f7e315979555f70b22083d5686d629 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 30 Aug 2022 21:33:28 +0300 Subject: [PATCH] [all] fix for IE --- apps/common/main/lib/util/htmlutils.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/common/main/lib/util/htmlutils.js b/apps/common/main/lib/util/htmlutils.js index e2c1329ed..16d22ded3 100644 --- a/apps/common/main/lib/util/htmlutils.js +++ b/apps/common/main/lib/util/htmlutils.js @@ -109,3 +109,6 @@ if ( checkLocalStorage ) { } } } + +// IE 10/11 polyfill +!Object.getOwnPropertySymbols && (Object.getOwnPropertySymbols = function (){return[]}); \ No newline at end of file