Files
Piwigo/admin/themes/default/js
04cb 964a2d8ede Fix disk storage unit conversion from kB to GB/MB
Use binary (1024-based) prefixes instead of decimal (1000-based) for
storage unit conversion. Previously dividing by 1000000 and 1000,
now correctly dividing by 1048576 (1024*1024) and 1024.

Fixes #2502
2026-03-07 13:38:11 +01:00
..
2023-12-12 17:29:57 +01:00
2022-07-30 14:12:15 +02:00
2026-02-19 11:19:23 +01:00