LSP: threw out some useless code that actually only breaks stuff

This commit is contained in:
Cat 2023-03-09 16:34:20 +01:00
parent 98316bb11a
commit 472ab810a5
2 changed files with 8 additions and 18 deletions

View file

@ -3291,16 +3291,7 @@ var UI = {
}],
input: {
type: "str",
unit: "://",
validate: [function(v){//cijfers lowercase letters az + - .
if (v.indexOf("://") != -1) {
return {
classes: ["red"],
msg: "Don't include '://' here.",
"break": true
};
}
}]
unit: "://"
},
pointer: {
main: saveas,