src/index.js
@@ -70,7 +70,6 @@ let GLOB = {} GLOB.appId = config.appId || '' GLOB.lineColor = config.lineColor || '' GLOB.filter = config.filter || '' if (config.externalDatabase !== false && config.externalDatabase !== 'false' && config.externalDatabase !== undefined) { GLOB.externalDatabase = config.externalDatabase ? `[${config.externalDatabase}]..` : '' @@ -159,7 +158,7 @@ document.title = GLOB.platTitle || '' if (GLOB.filter === 'true') { if (config.filter === 'true') { let html = document.getElementsByTagName('html')[0] if (html) {