Skip to content

Commit 248b4f5

Browse files
authored
Merge pull request #162 from easycoder/dev
Fix copy/paste error
2 parents 0f30e09 + 2a53358 commit 248b4f5

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)