mirror of
https://github.com/pi-hole/web.git
synced 2026-04-29 05:04:30 +01:00
Cleaned code
This commit is contained in:
@@ -89,8 +89,7 @@ Allows for using regular expressions as a mask
|
||||
|
||||
if (currentToken.matches.length > 0)
|
||||
opts.regexTokens.push(currentToken);
|
||||
};
|
||||
|
||||
}
|
||||
function validateRegexToken(token, fromGroup) {
|
||||
var isvalid = false;
|
||||
if (fromGroup) {
|
||||
|
||||
Reference in New Issue
Block a user