Skip to content

Commit afc96e7

Browse files
authored
Merge pull request #464 from cicerorph/patch-13
ToastNotifs | fix toast block no image
2 parents 0c51884 + 7969337 commit afc96e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/extensions/MubiLop/toastnotifs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
type: 'origin',
527527
text: xmlEscape(Cast.toString(args.TITLE)),
528528
message: xmlEscape(Cast.toString(args.MESSAGE)),
529-
position: 'bottom-right'
529+
position: xmlEscape(Cast.toString(args.POSITION))
530530
});
531531
}
532532

0 commit comments

Comments
 (0)