fixes for previous

This commit is contained in:
mappu 2017-10-15 22:03:27 +13:00
parent 447e8c2591
commit bdb7b4835d
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ var contented_load = function() {
var val = el("#chatbox").value;
for (var i = 0; i < items.length; ++i) {
if (val.length > 0) {
val.length += " ";
val += " ";
}
val += contented.getPreviewURL(items[i]);
}