diff --git a/public/src/client/topic/threadTools.js b/public/src/client/topic/threadTools.js index b678c6f3cc..0dcf444c2a 100644 --- a/public/src/client/topic/threadTools.js +++ b/public/src/client/topic/threadTools.js @@ -61,7 +61,7 @@ define('forum/topic/threadTools', [ }) .catch(app.alertError); } - }) + }); }); // todo: should also use topicCommand, but no write api call exists for this yet