hof 19.13.6 → 19.13.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,12 +46,12 @@
|
|
46
46
|
{{#intro-cookie-table}}
|
47
47
|
{{> partials-table}}
|
48
48
|
{{/intro-cookie-table}}
|
49
|
-
<div class="js-enabled">
|
50
49
|
<h2>{{session-cookies}}</h2>
|
51
50
|
<p>{{session-cookies-content}}</p>
|
52
51
|
{{#session-cookies-table}}
|
53
52
|
{{> partials-session-cookies-table}}
|
54
53
|
{{/session-cookies-table}}
|
54
|
+
<div class="js-enabled">
|
55
55
|
<form>
|
56
56
|
<div class="form-group">
|
57
57
|
<fieldset>
|
@@ -77,14 +77,6 @@
|
|
77
77
|
{{> partials-cookie-settings-button}}
|
78
78
|
</form>
|
79
79
|
</div>
|
80
|
-
<div class="js-disabled">
|
81
|
-
<h2>Cookie settings</h2>
|
82
|
-
<p>We use JavaScript to set most of our cookies. Unfortunately JavaScript is not running on your browser, so you cannot change your settings. You can try:</p>
|
83
|
-
<ul class="list-bullet">
|
84
|
-
<li>reloading the page</li>
|
85
|
-
<li>turning on JavaScript in your browser</li>
|
86
|
-
</ul>
|
87
|
-
</div>
|
88
80
|
</div>
|
89
81
|
{{/gaTagId}}
|
90
82
|
|