1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Fixed custom rule settings CSS

This commit is contained in:
Roch D'Amour
2020-10-26 00:27:07 -04:00
parent 86fc751e58
commit 3f973a28ea
2 changed files with 27 additions and 26 deletions

View File

@@ -14,5 +14,5 @@ func validateLanguage(language string) bool {
}
func validateExtension(extension string) bool {
return len(extension) >= 2
return len(extension) >= 1
}