This commit is contained in:
parent
123dc85117
commit
6a29168182
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ export const abcRender = (element: Element, cdn = Constants.PROTYLE_CDN) => {
|
|||
return;
|
||||
}
|
||||
if (abcElements.length > 0) {
|
||||
addScript(`${cdn}/js/abcjs/abcjs-basic-min.js?v=6.2.0`, "protyleAbcjsScript").then(() => {
|
||||
addScript(`${cdn}/js/abcjs/abcjs-basic-min.js?v=6.2.1`, "protyleAbcjsScript").then(() => {
|
||||
abcElements.forEach((e: HTMLDivElement) => {
|
||||
if (e.getAttribute("data-render") === "true") {
|
||||
return;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue