Skip to content

Commit

Permalink
fix: use bootbox module
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Feb 18, 2021
1 parent 0e07f3c commit fa91525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/src/client/topic/postTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fa91525

Please sign in to comment.