From bfdb4a9d6ec85b2d6c87bcf37dac3449ea82f35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 26 Mar 2020 14:21:23 -0500 Subject: Remove blankspaces --- .../default/template/account/address_form.twig | 88 +++++++++++----------- public/php.ini | 2 +- 2 files changed, 45 insertions(+), 45 deletions(-) (limited to 'public') diff --git a/public/catalog/view/theme/default/template/account/address_form.twig b/public/catalog/view/theme/default/template/account/address_form.twig index 16d240d..17db878 100644 --- a/public/catalog/view/theme/default/template/account/address_form.twig +++ b/public/catalog/view/theme/default/template/account/address_form.twig @@ -74,19 +74,19 @@
{% if error_country %}
{{ error_country }}
@@ -108,29 +108,29 @@
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
@@ -286,38 +286,38 @@ $('.form-group[data-sort]').detach().each(function() { if ($(this).attr('data-sort') >= 0 && $(this).attr('data-sort') <= $('.form-group').length-2) { $('.form-group').eq(parseInt($(this).attr('data-sort'))+2).before(this); } - + if ($(this).attr('data-sort') > $('.form-group').length-2) { $('.form-group:last').after(this); } - + if ($(this).attr('data-sort') == $('.form-group').length-2) { $('.form-group:last').after(this); } - + if ($(this).attr('data-sort') < -$('.form-group').length-2) { $('.form-group:first').before(this); } }); -//--> +//--> +//--> +//--> -{{ footer }} \ No newline at end of file +//--> +{{ footer }} diff --git a/public/php.ini b/public/php.ini index 29b615c..a9229f3 100644 --- a/public/php.ini +++ b/public/php.ini @@ -14,4 +14,4 @@ session.cookie_httponly = On session.gc_maxlifetime = 3600 allow_url_fopen = On ;display_errors = 1 -;error_reporting = E_ALL \ No newline at end of file +;error_reporting = E_ALL -- cgit v1.2.3