Skip to content

Commit

Permalink
fix #193
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoxuu committed Mar 20, 2020
1 parent f5470ba commit 93f4248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Expand Up @@ -4,8 +4,8 @@ info:
version: '2.2.0'
docs: https://volantis.js.org/
cdn: # To use CDN, write 'use_cdn: true' in 'blog/_config.yml'.
css: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@2.2.0.1/css/style.css
js: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@2.2.0.1/js/app.js
css: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@2.2.0.2/css/style.css
js: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@2.2.0.2/js/app.js


############################### Style ###############################
Expand Down
4 changes: 0 additions & 4 deletions source/js/app.js
Expand Up @@ -192,10 +192,6 @@ var customSearch;
$header.removeClass('z_search-open');
$switcher.removeClass('active');
});
$(document, window).scroll(() => {
$header.removeClass('z_search-open');
$switcher.removeClass('active');
});
$search.click(function (e) {
e.stopPropagation();
});
Expand Down

0 comments on commit 93f4248

Please sign in to comment.