fix: use bootbox module

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 0e07f3c9ba
commit fa91525a6d

@ -8,7 +8,8 @@ define('forum/topic/postTools', [
'translator',
'forum/topic/votes',
'api',
], function (share, navigator, components, translator, votes, api) {
'bootbox',
], function (share, navigator, components, translator, votes, api, bootbox) {
var PostTools = {};
var staleReplyAnyway = false;

Loading…
Cancel
Save