We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ce63e commit 2a53358Copy full SHA for 2a53358
iwsy/iwsy.js
@@ -750,7 +750,7 @@ const IWSY = (playerElement, scriptObject) => {
750
if (group.slice(0, 4) === `img:`) {
751
const data = group.slice(4);
752
const pipe = data.indexOf(`|`);
753
- if (copipelon > 0) {
+ if (pipe > 0) {
754
const src = data.slice(0, pipe);
755
const classes = data.slice(pipe + 1).split(` `);
756
const styles = [];
0 commit comments