Line 2: | Line 2: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | $("#audioLanding").play() | ||
+ | $("#audioLanding").loop = true | ||
+ | |||
$('[data-toggle="popover"]').popover() | $('[data-toggle="popover"]').popover() | ||
let growFn = "" | let growFn = "" | ||
Line 7: | Line 10: | ||
// $("#audioLanding").play() | // $("#audioLanding").play() | ||
− | + | ||
growFn = setInterval(function() { | growFn = setInterval(function() { |
Revision as of 21:55, 17 October 2018