mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
Composer minver, #3693
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user