chore: lint

This commit is contained in:
coderiaser 2026-01-28 16:17:52 +02:00
parent bf1ffd0751
commit b5acbafab9

View file

@ -46,5 +46,5 @@ function replaceHash(url) {
* if we send ajax request -
* no need in hash so we escape #
*/
return url.replace(/#/g, '%' + '23');
return url.replace(/#/g, '%23');
}