From 0a207b8a2c0629b7f1996025a40a10fbe58d05d0 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:07:23 +0000 Subject: refactor: merging all util functions into classes --- web/html/xui/warp_modal.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/html/xui/warp_modal.html') diff --git a/web/html/xui/warp_modal.html b/web/html/xui/warp_modal.html index 3acd49e8..467f9854 100644 --- a/web/html/xui/warp_modal.html +++ b/web/html/xui/warp_modal.html @@ -65,15 +65,15 @@ WARP+ Data - [[ sizeFormat(warpModal.warpConfig.account.premium_data) ]] + [[ SizeFormatter.sizeFormat(warpModal.warpConfig.account.premium_data) ]] Quota - [[ sizeFormat(warpModal.warpConfig.account.quota) ]] + [[ SizeFormatter.sizeFormat(warpModal.warpConfig.account.quota) ]] Usage - [[ sizeFormat(warpModal.warpConfig.account.usage) ]] + [[ SizeFormatter.sizeFormat(warpModal.warpConfig.account.usage) ]] -- cgit v1.2.3