We don't run modernizer.js

Remove the "no-js" class, that could be expected to change to "js" if
one doesn't know we don't have javascript that does that running.
This commit is contained in:
Sachi King 2017-04-25 10:22:46 +10:00
parent 8c60dd206d
commit 9babbd0c43

View file

@ -4,7 +4,7 @@
{% load staticfiles %}
<!DOCTYPE html>
<html lang="en" class="no-js"">
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">