Fix list ID
This commit is contained in:
@@ -40,7 +40,7 @@ EmbedWindow.prototype.updateCode = function () {
|
|||||||
if (this.viewer.isFile) {
|
if (this.viewer.isFile) {
|
||||||
url = domainURL() + "/u/" + this.viewer.file.id + "?embed"
|
url = domainURL() + "/u/" + this.viewer.file.id + "?embed"
|
||||||
} else {
|
} else {
|
||||||
url = domainURL() + "/l/" + this.viewer.file.id + "?embed"
|
url = domainURL() + "/l/" + this.viewer.listId + "?embed"
|
||||||
}
|
}
|
||||||
|
|
||||||
this.textarea.value = `<iframe ` +
|
this.textarea.value = `<iframe ` +
|
||||||
|
Reference in New Issue
Block a user