From 50be3ab0bc9d9d3c507bfcc7839c70d08a485273 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 17 May 2014 20:54:52 -0700 Subject: [PATCH] This doesn't actually fix anything --- src/General/lib/post.class | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/General/lib/post.class b/src/General/lib/post.class index a42c49129..f3175e33b 100755 --- a/src/General/lib/post.class +++ b/src/General/lib/post.class @@ -137,14 +137,6 @@ class Post @file.name = fileText.title or do -> nameNode = $('span', fileText) or $('a', fileText) nameNode?.title or nameNode?.textContent - <% if (type === 'crx') { %> - # replace %22 with quotes, see: - # crbug.com/81193 - # webk.it/62107 - # https://www.w3.org/Bugs/Public/show_bug.cgi?id=16909 - # http://www.whatwg.org/specs/web-apps/current-work/#multipart-form-data - @file.name = @file.name?.replace /%22/g, '"' - <% } %> cleanup: (root) -> for node in $$ '.mobile', root