nodebb-plugin-composer-default 7.0.16 → 7.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-composer-default",
3
- "version": "7.0.16",
3
+ "version": "7.0.17",
4
4
  "description": "Default composer for NodeBB",
5
5
  "main": "library.js",
6
6
  "repository": {
@@ -777,7 +777,7 @@ define('composer', [
777
777
  message: data.message,
778
778
  timeout: 10000,
779
779
  clickfn: function () {
780
- ajaxify.go(`/post-queue#${data.id}`);
780
+ ajaxify.go(`/post-queue/${data.id}`);
781
781
  },
782
782
  });
783
783
  } else if (action === 'topics.post') {