|
|
@ -67,11 +67,7 @@ define('forum/topic/diffs', ['api', 'bootbox', 'forum/topic/images'], function (
|
|
|
|
if (modalExists) {
|
|
|
|
if (modalExists) {
|
|
|
|
modal.find('.modal-body').html(html);
|
|
|
|
modal.find('.modal-body').html(html);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
modal = bootbox.dialog({
|
|
|
|
modal = bootbox.dialog({ title: '[[topic:diffs.title]]', message: html, size: 'large' });
|
|
|
|
title: '[[topic:diffs.title]]',
|
|
|
|
|
|
|
|
message: html,
|
|
|
|
|
|
|
|
size: 'large',
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (!data.timestamps.length) {
|
|
|
|
if (!data.timestamps.length) {
|
|
|
|