count.js: add comment count display JS

This commit is contained in:
Adhityaa Chandrasekar
2019-03-02 15:14:42 -05:00
parent 216016a4be
commit 15b1640f89
4 changed files with 132 additions and 11 deletions

View File

@ -44,3 +44,4 @@ var errorNewOwnerForbidden = errors.New("New user registrations are forbidden an
var errorThreadLocked = errors.New("This thread is locked. You cannot add new comments.")
var errorDatabaseMigration = errors.New("Encountered error applying database migration.")
var errorNoSuchUnsubscribeSecretHex = errors.New("Invalid unsubscribe link.")
var errorEmptyPaths = errors.New("Empty paths field.")