Composer minver, #3693

This commit is contained in:
Julian Lam
2015-11-13 16:25:20 -05:00
parent 65396000d2
commit c2963a7ca9
2 changed files with 1 additions and 10 deletions

View File

@@ -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",

View File

@@ -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);
}