This commit is contained in:
2026-03-31 14:21:30 +02:00
parent 6317bb3d20
commit 568f844eaa
17 changed files with 11 additions and 11 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -685,30 +685,30 @@
"js": {
"main.js": {
"type": "-",
"size": 7017,
"lmtime": 1774470500743,
"size": 8052,
"lmtime": 1774908524484,
"modified": false
}
}
},
"elementor-addon.php": {
"type": "-",
"size": 22144,
"lmtime": 1774470818050,
"size": 24024,
"lmtime": 1774908866582,
"modified": false
},
"plugins": {},
"widgets": {
"apartaments.php": {
"type": "-",
"size": 15744,
"lmtime": 1774522885487,
"size": 15911,
"lmtime": 1774908779551,
"modified": false
},
"parking-spots.php": {
"type": "-",
"size": 5164,
"lmtime": 1774470959377,
"size": 5386,
"lmtime": 1774908779552,
"modified": false
}
}

BIN
wp-admin/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-content/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-content/languages/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-content/plugins/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -60,8 +60,8 @@ document.addEventListener('DOMContentLoaded', function () {
}
return amount.toLocaleString('pl-PL', {
minimumFractionDigits: 2,
maximumFractionDigits: 2,
minimumFractionDigits: 0,
maximumFractionDigits: 0,
});
}

View File

@@ -60,7 +60,7 @@ function elementor_addon_format_price( $price ) {
return trim( (string) $price );
}
return number_format_i18n( (float) $value, 2 );
return number_format_i18n( (float) $value, 0 );
}
/**

BIN
wp-content/themes/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/Requests/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/SimplePie/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/blocks/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/images/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/js/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/rest-api/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/sodium_compat/.DS_Store vendored Normal file

Binary file not shown.