aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/js.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2019-10-06 10:28:21 +0300
committerMantas Vilčinskas <hi@mnts.lt>2019-10-06 10:28:21 +0300
commitae39ee1c2d48899e75acdecff7442b4ef8a4c49c (patch)
tree226e2d06ee3eea5f50a0712844e1388aadb9d9c6 /layouts/partials/js.html
parent19d5be70f84c21011869b6c8340a0589f353beb8 (diff)
Mostly finished API #27 for index, issue, page; remove autorefresh #80
Diffstat (limited to 'layouts/partials/js.html')
-rw-r--r--layouts/partials/js.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 54909c2..54a0176 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v4.0.0 - Dev 2019-10-04 - https://github.com/cstate/cstate');
+ console.log('cState v4.0.0 - Dev 2019-10-06 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**