Fixed slow loading problem

This commit is contained in:
DUOLabs 2021-02-01 15:25:10 -05:00
parent 23fd7675a2
commit b47783e7a6

View File

@ -61,7 +61,7 @@
<script>if(localStorage.getItem("capShown")=="false" || window.self != window.top) hideCap();</script>
<script src="//apis.google.com/js/client.js"></script>
<!-- <script src="//apis.google.com/js/client.js"></script> -->
<script src="ads.js"></script>
<script src="code/external/ext.js"></script>
@ -71,14 +71,14 @@
<script src="code/DBS.js"></script>
<script src="code/pp.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4249565-37', 'photopea.com');
ga('send', 'pageview');
</script>
<!-- <script> -->
<!-- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ -->
<!-- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), -->
<!-- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) -->
<!-- })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); -->
<!-- ga('create', 'UA-4249565-37', 'photopea.com'); -->
<!-- ga('send', 'pageview'); -->
<!-- </script> -->
</body>
</html>