On line 304, replace:
<script type="text/javascript" src="scripts/general.js"></script>
with
<script async type="text/javascript" src="scripts/general.js"></script>
~~~~~~~~~~~~~~~~~~~~~~
On line 305, replace:
<script type="text/javascript" src="scripts/dynamicDateSelector.min.js"></script>
with
<script async type="text/javascript" src="scripts/dynamicDateSelector.min.js"></script>
~~~~~~~~~~~~~~~~~~~~~~
On line 307, replace:
<script type="text/javascript" src="/scripts/jquery.min.js"></script>
with
<script async type="text/javascript" src="/scripts/jquery.min.js"></script>
~~~~~~~~~~~~~~~~~~~~~~
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.