diff --git a/package.json b/package.json index f19e4fdedc..767454d4be 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "mkdirp": "~0.5.0", "morgan": "^1.3.2", "nconf": "~0.8.2", - "nodebb-plugin-composer-default": "1.0.21", + "nodebb-plugin-composer-default": "1.0.22", "nodebb-plugin-dbsearch": "0.2.17", "nodebb-plugin-emoji-extended": "0.4.16", "nodebb-plugin-markdown": "4.0.8", diff --git a/public/src/client/topic/postTools.js b/public/src/client/topic/postTools.js index c07cb2417c..0d36139403 100644 --- a/public/src/client/topic/postTools.js +++ b/public/src/client/topic/postTools.js @@ -437,15 +437,6 @@ define('forum/topic/postTools', ['share', 'navigator', 'components', 'translator warning.modal(); }); - // bootbox.confirm(translated, function(create) { - // if (create) { - - - // } - - // callback(create); - // }); - // }); } else { callback(false); }