diff --git a/autoload/admin/.DS_Store b/autoload/admin/.DS_Store deleted file mode 100644 index 5f1cc83..0000000 Binary files a/autoload/admin/.DS_Store and /dev/null differ diff --git a/layout/.DS_Store b/layout/.DS_Store deleted file mode 100644 index 6c2000a..0000000 Binary files a/layout/.DS_Store and /dev/null differ diff --git a/templates_user/.DS_Store b/templates_user/.DS_Store deleted file mode 100644 index 94bddd3..0000000 Binary files a/templates_user/.DS_Store and /dev/null differ diff --git a/templates_user/pages/page-contact-v9.php b/templates_user/pages/page-contact-v9.php index 01e559d..67c805f 100644 --- a/templates_user/pages/page-contact-v9.php +++ b/templates_user/pages/page-contact-v9.php @@ -158,7 +158,7 @@
@@ -441,11 +441,11 @@
- Wybierz region, aby otrzymać informacje dopasowane do Twojej lokalizacji lub
+ Sprawdź gdzie możesz kupić nasze produkty. Wybierz region, aby otrzymać kontakt dopasowany do Twojej lokalizacji lub
udostępnij lokalizację
@@ -661,7 +661,7 @@
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
-
+
/**
* File uploader
*/
@@ -802,7 +802,7 @@
$('.box-2 .box-nav .tabs-nav .tabs-nav-item').removeClass('active');
$(this).addClass('active');
-
+
$('.box-2 .tabs-content').attr('data-active', 'true');
$('.box-2 .tabs-content').removeClass('active');
$('.box-2 .tabs-content').filter(`[data-form-type="${formType}"]`).addClass('active');
@@ -881,7 +881,7 @@
$('body').on('click', '.box-6 .tiles .tile .tile-head', function(e) {
e.preventDefault();
-
+
$(this).toggleClass('active')
$(this).next().slideToggle()
});