Comparing version 0.34.0 to 0.34.1
@@ -25,3 +25,3 @@ "use strict"; | ||
const tool = options.tool; | ||
const isLocalHost = /^(localhost|127\\.0\\.0\\.1)\$/i.test(window.location.host); | ||
const isLocalHost = /^(localhost|127\\.0\\.0\\.1)(:|\$)/i.test(window.location.host); | ||
// hide scrollbar | ||
@@ -28,0 +28,0 @@ window.scrollTo(0, 1); |
{ | ||
"name": "makecode", | ||
"version": "0.34.0", | ||
"version": "0.34.1", | ||
"description": "MakeCode (PXT) - web-cached build tool", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
214409