diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-10-10 17:00:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 17:00:50 +0300 |
commit | c3821977d23f853741e8d106e56a17795c9ef31c (patch) | |
tree | 1ed893bd1b53985bf6675da5aea50fd36256d5c8 /layouts/partials/js.html | |
parent | 38b213e7c8fdbf0404b02f88acf2f05e3c0d2bdd (diff) | |
parent | 22ee1f47ca22f213419d9f9280bf1ff0ff1f0014 (diff) |
cState v5.2 update #211
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'; /** |