mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-17 03:25:37 +00:00
feature: Email argument type (#433)
* feature: Email argument type * bugfix: Fix error if additional links is null
This commit is contained in:
@@ -134,7 +134,7 @@ function processWebuiSettingsJson (settings) {
|
||||
}
|
||||
|
||||
function processAdditionaLinks (links) {
|
||||
if (links === undefined) {
|
||||
if (links === null) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user