forked from MapComplete/MapComplete
Fixed single page login for a certain poor Simon with a weird browser
This commit is contained in:
parent
2913c28271
commit
4a85fa82c3
7 changed files with 44 additions and 26 deletions
|
|
@ -365,8 +365,6 @@ class TagRendering extends UIElement implements TagDependantUIElement {
|
|||
.split("$");
|
||||
const type = prepost[1];
|
||||
|
||||
console.log("PrePost:", prepost);
|
||||
|
||||
let isValid = TagRenderingOptions.inputValidation[type];
|
||||
if (isValid === undefined) {
|
||||
isValid = (str) => true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue