300426 Index update

This commit is contained in:
Kishore Kumar C
2026-04-30 17:19:01 +05:30
parent 7deb9dd383
commit b7dec3aaa9
36 changed files with 7462 additions and 6876 deletions

View File

@@ -131,7 +131,7 @@
x.uniqueSort || (x.uniqueSort = x.unique),
x.escapeSelector || (e = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g,
i = function(t, e) {
return e ? "\0" === t ? "<EFBFBD>" : t.slice(0, -1) + "\\" + t.charCodeAt(t.length - 1).toString(16) + " " : "\\" + t
return e ? "\0" === t ? "�" : t.slice(0, -1) + "\\" + t.charCodeAt(t.length - 1).toString(16) + " " : "\\" + t
}
,
x.escapeSelector = function(t) {