Remove attribute from pop over scan script

This commit is contained in:
Aria 2023-06-23 07:07:16 -07:00
parent 1e993739e8
commit 41e1c60b50

View file

@ -39,7 +39,7 @@ public class DOM {
}
public static void addPopOverScan ( HTMLElementBuilder builder ) {
builder.getChildByTagName ( "html" ).getChildByTagName ( "body" ).addChild ( "script" ).withAttribute ( "type" , "script/javascript" ).withText ( "" +
builder.getChildByTagName ( "html" ).getChildByTagName ( "body" ).addChild ( "script" ).withText ( "" +
"function scanPopOver()" +
"{" +
"var popoverTriggerList = document.querySelectorAll('[data-bs-toggle=\"popover\"]');\n" +