| commit | c7a5b337a07e66e181be6dfd5780070f539487ad | [log] [tgz] |
|---|---|---|
| author | Edgar Mueller <emueller@eclipsesource.com> | Tue Jan 15 13:45:19 2019 +0100 |
| committer | Edgar Mueller <emueller@eclipsesource.com> | Tue Jan 15 13:45:19 2019 +0100 |
| tree | a1a359309bb4cf9b3c23ca593a700eb29307e36c | |
| parent | 3ae44a645da02fa1c6b2fa9f1ee17ad4726ef5d5 [diff] |
Fix initialization of ecp index.html
diff --git a/index.html b/index.html index 87743a0..4466b7e 100644 --- a/index.html +++ b/index.html
@@ -515,7 +515,7 @@ <!-- End Google Tag Manager --> <script> (function(w) { - w.cookieconsent.init(function() {}) + w.cookieconsent.init(function() {}, function() {}) })(window) </script> </body>