Fixed replace all incident.
This commit is contained in:
parent
a3c8015b4b
commit
dd2fd189dc
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ window.Umi = { UI: {}, Protocol: { SockChat: { Protocol: {} } } };
|
||||||
insertText = `[video]${fileInfo.url}[/video]`;
|
insertText = `[video]${fileInfo.url}[/video]`;
|
||||||
uploadEntry.setThumbnail(fileInfo.thumb);
|
uploadEntry.setThumbnail(fileInfo.thumb);
|
||||||
} else
|
} else
|
||||||
insertText = location.Umi.Servercol + fileInfo.url;
|
insertText = location.protocol + fileInfo.url;
|
||||||
|
|
||||||
if(settings.get('eepromAutoInsert'))
|
if(settings.get('eepromAutoInsert'))
|
||||||
Umi.UI.Markup.InsertRaw(insertText, '');
|
Umi.UI.Markup.InsertRaw(insertText, '');
|
||||||
|
|
Loading…
Reference in a new issue