Browse Source

Fix broken search

+ DocFX by default ships with an older version of jQuery, switching to a newer version confuses parts of the DocFX Javascript.
pull/988/head
Still Hsu 7 years ago
parent
commit
c2e4be9ca8
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      docs/_template/light-dark-theme/partials/scripts.tmpl.partial

+ 0
- 4
docs/_template/light-dark-theme/partials/scripts.tmpl.partial View File

@@ -3,10 +3,6 @@
<script type="text/javascript" src="{{_rel}}styles/docfx.vendor.js"></script>
<script type="text/javascript" src="{{_rel}}styles/docfx.js"></script>
<script type="text/javascript" src="{{_rel}}styles/main.js"></script>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="{{_rel}}styles/plugin-featherlight.js"></script>
<script type="text/javascript" src="{{_rel}}styles/styleswitcher.js"></script>


Loading…
Cancel
Save