LSP: threw out some useless code that actually only breaks stuff
This commit is contained in:
parent
98316bb11a
commit
472ab810a5
2 changed files with 8 additions and 18 deletions
11
lsp/mist.js
11
lsp/mist.js
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue