mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
INTERNET ip check curl #937
This commit is contained in:
@@ -463,8 +463,6 @@ function utf8ToBase64(str) {
|
||||
// General utilities
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
// check if JSON object
|
||||
function isJsonObject(value) {
|
||||
return typeof value === 'object' && value !== null && !Array.isArray(value);
|
||||
|
||||
Reference in New Issue
Block a user