Disable QR on archived thread page until it actually works.

This commit is contained in:
ccd0 2015-01-04 17:01:20 -08:00
parent 3aafc75844
commit 050daf3f1a

View File

@ -2,7 +2,7 @@ QR =
mimeTypes: ['image/jpeg', 'image/png', 'image/gif', 'application/pdf', 'application/vnd.adobe.flash.movie', 'application/x-shockwave-flash', 'video/webm']
init: ->
return if !Conf['Quick Reply']
return if !Conf['Quick Reply'] or g.VIEW is 'archive'
@db = new DataBoard 'yourPosts'
@posts = []