We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca95fb commit 5650923Copy full SHA for 5650923
1 file changed
test/fixtures/custom-body-attrs/index.html
@@ -7,17 +7,17 @@
7
<meta name="description" content="">
8
<meta name="viewport" content="width=device-width, initial-scale=1">
9
10
-
+
11
<!-- EMBER_CLI_FASTBOOT_TITLE --><!-- EMBER_CLI_FASTBOOT_HEAD -->
12
13
14
</head>
15
- <body data-foo=1>
+ <body class="no-js" data-foo=1>
16
<!-- EMBER_CLI_FASTBOOT_BODY -->
17
18
<script src="/assets/vendor.js"></script>
19
<script src="/assets/fastboot-test.js"></script>
20
21
22
</body>
23
</html>
0 commit comments