Updated tree/main.js to the version in commit 858f1eb.

Includes changes to use the %fora app rather than %talk.
This commit is contained in:
Fang 2017-11-07 22:14:40 +01:00
parent ee1ca40f34
commit 220840b1d2

View File

@ -78,7 +78,7 @@ module.exports = {
pax: pax,
sup: sup,
txt: txt
}, "talk-comment", "talk", (function(_this) {
}, "fora-comment", "fora", (function(_this) {
return function(err, res) {
if (err == null) {
return _this.clearData();
@ -92,7 +92,7 @@ module.exports = {
sup: sup,
hed: hed,
txt: txt
}, "talk-fora-post", "talk", (function(_this) {
}, "fora-post", "fora", (function(_this) {
return function(err, res) {
if (err == null) {
_this.clearData();