diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-01-02 21:06:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 21:06:00 +0200 |
commit | f55cffc137c01ccf1543d0b956d64c428be78405 (patch) | |
tree | 00c5f514244b25dec79c92fadf18d3bef6f52483 /layouts/partials/js.html | |
parent | a8f60c31b75fe5a3c91a6595585738523f1cad25 (diff) | |
parent | 8dccaed582abc196d426687f73efd34135da0b83 (diff) |
v4.0.1
Add .Params.headerTextColor for consistent title color - v4.0.1
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 ffdced4..19e4a05 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v4.0.0 - https://github.com/cstate/cstate'); + console.log('cState v4.0.1 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |