1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
---
layout: main
title: HeadJS v1.0.2 Update
excerpt: Small point release
scripts: ["/site/assets/libs/jquery/jquery.min.js", "https://cdn.moot.it/latest/moot.min.js", "/site/assets/js/comments.min.js"]
---
#{{ page.title }} ({{ page.date | date_to_string }})
<hr />
A small path release that fixes a reversion where the no-js class was not removed when js was detected. This was caused by a fix that corrects css classes getting bigger with time under Google Chrome. This patch fixes both issues permanently.
- Fix: no-js class not being removed
- View
- [https://github.com/headjs/headjs/issues/270](https://github.com/headjs/headjs/issues/270)
<div onclick="blog.loadComments(this, 'posts/release/1.0.2', 'Leave a comment')" style="cursor: pointer;">
<h2>Show Comments</h2>
</div>
<div id="moot"> </div>
|