From 798d07a8d991d53fbd096385ef7093cb9690080a Mon Sep 17 00:00:00 2001 From: Julian Arni Date: Wed, 14 Aug 2013 10:37:57 -0400 Subject: [PATCH] Fix confusing message --- cms/templates/import.html | 1 - 1 file changed, 1 deletion(-) diff --git a/cms/templates/import.html b/cms/templates/import.html index 49612ea87d..abfb1a2009 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -83,7 +83,6 @@ $('#fileupload').fileupload({ }, done: function(e, data){ bar.hide(); - percent.html("Unpacking files..."); alert('${_("Your import was successful.")}'); window.location = '${successful_import_redirect_url}'; },