Merge pull request #51 from sio/fix-js-vulnerability

Fix Javascript issues
This commit is contained in:
Arul 2019-08-31 14:03:39 +05:30 committed by GitHub
commit a31ff4e2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 151 additions and 5 deletions

View file

@ -126,6 +126,7 @@
</footer>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/script.js"></script>
{% if JS_OVERRIDE %}