From 3122a3d0c2473f9f7100db858ad8a0441b1ec6c5 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 11 Feb 2015 20:41:03 +0100 Subject: [PATCH] Comment out traces of jQuery.fileupload --- app/views/packages/upload.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/packages/upload.slim b/app/views/packages/upload.slim index 53a0e42..28cfa99 100644 --- a/app/views/packages/upload.slim +++ b/app/views/packages/upload.slim @@ -17,8 +17,8 @@ = file_field_tag('image') = submit_tag - a.button.radius.expand href=upload_package_by_name_path(name: @package.name) - ' Click or drag a PNG screenshot file here + //a.button.radius.expand href=upload_package_by_name_path(name: @package.name) + //' Click or drag a PNG screenshot file here .small-6.columns ' Form - @package.screenshots.each do |screenshot|