isekai-main
Barış Soner Uşaklı 2 years ago
parent 156b8e7721
commit d0a15e9ec8

@ -11,7 +11,13 @@ define('forum/topic/diffs', ['api', 'bootbox', 'alerts', 'forum/topic/images'],
api.get(`/posts/${pid}/diffs`, {}).then((data) => {
parsePostHistory(data).then(($html) => {
const $modal = bootbox.dialog({ title: '[[topic:diffs.title]]', message: $html, size: 'large' });
const $modal = bootbox.dialog({
title: '[[topic:diffs.title]]',
message: $html,
size: 'large',
onEscape: true,
backdrop: true,
});
if (!data.timestamps.length) {
return;

Loading…
Cancel
Save