nothing; just syncing

This commit is contained in:
steveseguin 2023-04-07 03:42:47 -04:00
parent d7bedcdd33
commit 8b53a0a8b4
2 changed files with 7 additions and 7 deletions

View File

@ -56,7 +56,7 @@
<meta property="twitter:image" content="./media/vdoNinja_logo_full.png" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" href="./main.css?ver=275" />
<link rel="stylesheet" href="./main.css?ver=278" />
<script type="text/javascript" crossorigin="anonymous" src="./thirdparty/adapter.js"></script>
<style id="lightbox-animations" type="text/css"></style>
<!-- <link rel="manifest" href="manifest.json" /> -->
@ -2483,11 +2483,11 @@
// session.hidehome = true; // If used, 'hide home' will make the landing page inaccessible, along with hiding a few go-home elements.
// session.record = false; // uncomment to block users from being able to record via vdo.ninja's built in recording function
</script>
<script type="text/javascript" crossorigin="anonymous" id="lib-js" src="./lib.js?ver=711"></script>
<script type="text/javascript" crossorigin="anonymous" id="lib-js" src="./lib.js?ver=713"></script>
<!--
// If you wish to change branding, blank offers a good clean start.
<script type="text/javascript" id="main-js" src="./main.js" data-translation="blank"></script>
-->
<script type="text/javascript" crossorigin="anonymous" id="main-js" src="./main.js?ver=578"></script>
<script type="text/javascript" crossorigin="anonymous" id="main-js" src="./main.js?ver=575"></script>
</body>
</html>

View File

@ -153,10 +153,10 @@ if (navigator.serviceWorker) {
window.onmessage = onMessage
messages.forEach(window.onmessage)
})
} else {
// FF can ping sw with fetch from a secure hidden iframe
// shouldn't really be possible?
keepAlive()
}
// FF can ping sw with fetch from a secure hidden iframe
// shouldn't really be possible?
keepAlive()
</script>