mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-01 21:50:29 +03:00
* client: upstream form
This commit is contained in:
parent
e973c4b174
commit
5d6c980ac7
12 changed files with 256 additions and 129 deletions
client/src/helpers
|
@ -201,3 +201,5 @@ export const redirectToCurrentProtocol = (values, httpPort = 80) => {
|
|||
window.location.replace(`http://${hostname}:${httpPort}/${hash}`);
|
||||
}
|
||||
};
|
||||
|
||||
export const normalizeTextarea = text => text && text.replace(/[;, ]/g, '\n').split('\n');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue