update
This commit is contained in:
16
.vscode/ftp-kr.sync.cache.json
vendored
16
.vscode/ftp-kr.sync.cache.json
vendored
@@ -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
BIN
wp-admin/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-content/.DS_Store
vendored
Normal file
BIN
wp-content/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-content/languages/.DS_Store
vendored
Normal file
BIN
wp-content/languages/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-content/plugins/.DS_Store
vendored
Normal file
BIN
wp-content/plugins/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -60,8 +60,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
}
|
||||
|
||||
return amount.toLocaleString('pl-PL', {
|
||||
minimumFractionDigits: 2,
|
||||
maximumFractionDigits: 2,
|
||||
minimumFractionDigits: 0,
|
||||
maximumFractionDigits: 0,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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
BIN
wp-content/themes/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-includes/.DS_Store
vendored
Normal file
BIN
wp-includes/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-includes/Requests/.DS_Store
vendored
Normal file
BIN
wp-includes/Requests/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-includes/SimplePie/.DS_Store
vendored
Normal file
BIN
wp-includes/SimplePie/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-includes/blocks/.DS_Store
vendored
Normal file
BIN
wp-includes/blocks/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-includes/images/.DS_Store
vendored
Normal file
BIN
wp-includes/images/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-includes/js/.DS_Store
vendored
Normal file
BIN
wp-includes/js/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-includes/rest-api/.DS_Store
vendored
Normal file
BIN
wp-includes/rest-api/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
wp-includes/sodium_compat/.DS_Store
vendored
Normal file
BIN
wp-includes/sodium_compat/.DS_Store
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user