mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
ui/add cursor-effects.js
This commit is contained in:
parent
2792bc83fd
commit
d3331e0e4b
2 changed files with 5 additions and 12 deletions
|
@ -8,6 +8,7 @@
|
|||
<script src="<%- url_for('./js/bootstrap.min.js') %>"></script>
|
||||
<script src="<%- url_for('./js/main.js') %>"></script>
|
||||
<script src="<%- url_for('./js/search.js') %>"></script>
|
||||
<script src="<%- url_for('./js/cursor-effects.js') %>"> async</script>
|
||||
|
||||
<% if (theme.fancybox){ %>
|
||||
<link rel="stylesheet" href="<%- url_for('./fancybox/jquery.fancybox.css') %>" media="screen" type="text/css">
|
||||
|
@ -19,14 +20,3 @@
|
|||
</script>
|
||||
<% } %>
|
||||
|
||||
<% if (config.search) { %>
|
||||
<!-- <script type="text/javascript">
|
||||
var search_path = "<%= config.search.path %>";
|
||||
if (search_path.length == 0) {
|
||||
search_path = "search.xml";
|
||||
}
|
||||
|
||||
var path = "<%= config.root %>" + search_path;
|
||||
searchFunc(path, 'local-search-input', 'local-search-result');
|
||||
</script> -->
|
||||
<% } %>
|
3
themes/freemind/source/js/cursor-effects.js
Normal file
3
themes/freemind/source/js/cursor-effects.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue