This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
KaKi87
/
KPlaySearch
Watch
2
Star
4
Fork
2
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
💬
Display infinity symbol
master
KaKi87
1 month ago
parent
9bf7f8b148
commit
2fecc92cda
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/assets/js/index.js
+ 1
- 1
public/assets/js/index.js
View File
@ -239,7 +239,7 @@ inputs.forEach(el => el.oninput = () => {
let
suffix
=
''
,
minText
=
'min'
,
maxText
=
'
max
'
;
maxText
=
'
∞
'
;
if
(
filter
===
'maxSize'
)
suffix
=
'M'
;
if
(
filter
===
'maxPrice'
)
{
minText
=
'free'
;
Write
Preview
Loading…
Cancel
Save