Skip to content

Commit 66b7e93

Browse files
Update web-forms.js
Removing the temporary background color of web-forms tags
1 parent 8e1555b commit 66b7e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web-forms.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,8 @@ function cb_SetWebFormsTagsValue(obj)
586586
var Src = WebForms.getAttribute("src");
587587
if (Src)
588588
GetBack(Src, WebForms);
589+
590+
WebForms.style.backgroundColor = "unset";
589591
}
590592

591593
if (WebForms.hasAttribute("ac"))

0 commit comments

Comments
 (0)