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:
@@ -14,5 +14,5 @@ func validateLanguage(language string) bool {
|
||||
}
|
||||
|
||||
func validateExtension(extension string) bool {
|
||||
return len(extension) >= 2
|
||||
return len(extension) >= 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user