Skip to content

Commit

Permalink
Update head.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk authored Jul 25, 2022
1 parent db7b1e3 commit c6fb97f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/templates/includes/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<% if(web_config.dashboard.arc_token) { %>
<script async src="https://arc.io/widget.min.js#<%= web_config.dashboard.arc_token %>"></script>
<% } %>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6635777632235269" crossorigin="anonymous"></script>
</head>
<body>
<script type="text/javascript">var preload = document.createElement('div'); preload.className = "preloader"; preload.innerHTML = '</div><div class="spinner"></div>'; document.body.appendChild(preload); window.addEventListener('load', function() { preload.className += ' fade'; setTimeout(function(){ preload.style.display = 'none'; },500); })</script>
Expand Down

0 comments on commit c6fb97f

Please sign in to comment.