Update for humanReadableByteFormat, update edit.jq.js

edit.jq.js: remove deprecated function decodeHtmlEntities, use utils.js instead

update for humanReadableByteFormat to return non numeric first and then proceed with
the convert
This commit is contained in:
2026-05-27 09:00:48 +09:00
parent c467ed326c
commit 6c67ab6259
2 changed files with 62 additions and 62 deletions
+1
View File
@@ -1602,6 +1602,7 @@ function createNavMenu(nav_menu, header_id = 'mainHeader') // eslint-disable-lin
* HTML decode &something; entrie
* @param {string} str
* @returns string
* @deprecated use utils.js
*/
function decodeHtmlEntities(str) // eslint-disable-line no-unused-vars
{