Remove attribute from pop over scan script
This commit is contained in:
parent
1e993739e8
commit
41e1c60b50
1 changed files with 1 additions and 1 deletions
|
@ -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" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue