From 0f494812a3681c0d12b1411a3e0ad1051a3d2218 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 26 Jun 2013 11:08:59 +0200 Subject: [PATCH] Fix Post::parseFile, one last time --- src/General/Post.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Post.coffee b/src/General/Post.coffee index bc97d1e9f..de4fa19ee 100644 --- a/src/General/Post.coffee +++ b/src/General/Post.coffee @@ -122,7 +122,7 @@ class Post @file.thumbURL = if that.isArchived thumb.src else - "#{location.protocol}//thumbs.4chan.org/#{board}/thumb/#{@file.URL.match(/(\d+)\./)[1]}s.jpg" + "#{location.protocol}//thumbs.4chan.org/#{@board}/thumb/#{@file.URL.match(/(\d+)\./)[1]}s.jpg" @file.name = $('span[title]', fileInfo).title <% if (type === 'crx') { %> # replace %22 with quotes, see: