diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-02-12 11:23:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 11:23:28 +0200 |
commit | 7bc4bab34be958f82a25c898db9e6b5db7d07f73 (patch) | |
tree | b70a416b983372822c05197820bee704cb95a5a0 | |
parent | b17f38da158cc46652a27c98fb70cb533ec39142 (diff) |
5.3 ver
-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 88948df..1b9c554 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.2 - https://github.com/cstate/cstate'); + console.log('cState v5.3 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |