mlbserver 2026.7.22-2 → 2026.7.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1715,7 +1715,7 @@ app.get('/', async function(req, res) {
|
|
|
1715
1715
|
content_protect_b = '&content_protect=' + content_protect
|
|
1716
1716
|
}
|
|
1717
1717
|
|
|
1718
|
-
var body = '<!DOCTYPE html><html><head><meta charset="UTF-8"><meta http-equiv="Content-type" content="text/html;charset=UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><title>' + appname + '</title><link rel="icon" href="favicon.svg' + content_protect_a + '"><link rel="stylesheet" href="/style.css
|
|
1718
|
+
var body = '<!DOCTYPE html><html><head><meta charset="UTF-8"><meta http-equiv="Content-type" content="text/html;charset=UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><title>' + appname + '</title><link rel="icon" href="favicon.svg' + content_protect_a + '"><link rel="stylesheet" href="/style.css">'
|
|
1719
1719
|
|
|
1720
1720
|
body += '<script type="text/javascript">' + "\n";
|
|
1721
1721
|
|