From 3e8902476dd6436d2b792be9d8ddaf044646016e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 29 Nov 2021 21:18:25 +0100 Subject: Change UID resolve. --- static/components/popup-element.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'static/components/popup-element.ts') diff --git a/static/components/popup-element.ts b/static/components/popup-element.ts index e26ae578..f4b934d8 100644 --- a/static/components/popup-element.ts +++ b/static/components/popup-element.ts @@ -47,9 +47,6 @@ class PopupElement extends ComponentVEvent { let uid = this.uid; - body.getElementsByClassName('populate-with-uid') - .forEach((e) => e.setAttribute('data-uid', uid)); - window.setTimeout(() => { /* tab change button */ -- cgit v1.2.3