diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2024-01-18 11:58:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 11:58:37 +0200 |
commit | 0705cd1b7501e8ff724021e18470246fe5563a8c (patch) | |
tree | 8ed621637d8149073c9949d8c97aba96dee00bf1 /layouts/partials/js.html | |
parent | 2c9558bf290213f65589370f16911eb53e3ca794 (diff) | |
parent | dfa0d4f350ee90b4c093629bbac46f5b8392928f (diff) |
v5.6.1 - css bugfix #309
Dev
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 b7dad07..107a506 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.6 - https://github.com/cstate/cstate'); + console.log('cState v5.6.1 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |