diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-10-10 16:57:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 16:57:04 +0300 |
commit | 3358049096f1b1374b244d4d6466f63a00757441 (patch) | |
tree | 57abb49e979770612a81ed8e08171cf8c25630f9 /layouts/partials/js.html | |
parent | 06e17fe7fa96dd29babda710c83111225974d5d8 (diff) |
5.2 update
Diffstat (limited to 'layouts/partials/js.html')
-rw-r--r-- | layouts/partials/js.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/js.html b/layouts/partials/js.html index e11de17..88948df 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.1 - https://github.com/cstate/cstate'); + console.log('cState v5.2 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |