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:
parent
8c60dd206d
commit
9babbd0c43
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue