We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82e4ba commit 1c8e8adCopy full SHA for 1c8e8ad
utils.js
@@ -81,8 +81,7 @@ logVersion();
81
// dev build
82
let isDev = false;
83
84
-if (window.location.href.includes('dev')
85
- || window.location.href.includes('127.0.0.1:3000')) {
+if (window.location.href.includes('dev')) {
86
87
isDev = true;
88
learnTitle.innerHTML += '<sup>dev</sup>';
0 commit comments