Skip to content

Commit 9ede4fa

Browse files
committed
Update utils.js
1 parent 328f207 commit 9ede4fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const body = document.body,
7676
let version = '3.4.6';
7777
versionEl.textContent = version;
7878

79+
7980
// dev version
8081
const isDev = (window.location.hostname === 'dev.codeit.codes');
8182

@@ -86,6 +87,7 @@ if (isDev) {
8687

8788
}
8889

90+
8991
let logVersion = () => {
9092
console.log('%cCodeit ' + version, 'font-style: italic; color: gray');
9193
}

0 commit comments

Comments
 (0)