This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Change the text when no filter is selected
master
Fen Dweller
5 years ago
parent
a19cbef25d
commit
4598ee73df
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macrovision.js
+ 1
- 1
macrovision.js
View File
@@ -2302,7 +2302,7 @@ function makeCustomEntity(url, x=0.5, y=0.5) {
const filterDefs = {
const filterDefs = {
none: {
none: {
id: "none",
id: "none",
name: "No
ne
",
name: "No
Filter
",
extract: maker => [],
extract: maker => [],
render: name => name
render: name => name
},
},
Write
Preview
Loading…
Cancel
Save