Skip to content

Commit 2a53358

Browse files
committed
Fix copy/paste error
1 parent 53ce63e commit 2a53358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iwsy/iwsy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ const IWSY = (playerElement, scriptObject) => {
750750
if (group.slice(0, 4) === `img:`) {
751751
const data = group.slice(4);
752752
const pipe = data.indexOf(`|`);
753-
if (copipelon > 0) {
753+
if (pipe > 0) {
754754
const src = data.slice(0, pipe);
755755
const classes = data.slice(pipe + 1).split(` `);
756756
const styles = [];

0 commit comments

Comments
 (0)