Commit 711b7edf authored by Mattia Rizzolo's avatar Mattia Rizzolo

in modern html5 there is no need to wrap the script in a immediately invoked funcion expression

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent f33cde63
...@@ -110,19 +110,6 @@ ...@@ -110,19 +110,6 @@
</p> </p>
</div> </div>
</div> </div>
<script type="text/javascript" async="" src="https://cse.google.com/cse.js?cx=008742922050479854700:9nnmuh99is4"></script>
<script>
(function() {
var cx = '008742922050479854700:9nnmuh99is4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment