Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
修复文章目录在小分辨率下未隐藏的问题
  • Loading branch information
Siphils committed Jan 24, 2019
1 parent 4f2e721 commit 6fc0571
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TOC.php
@@ -1,2 +1,2 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<div class="col-mb-12 col-2"><div id="toc-container"><div id="toc"></div></div></div>
<div class="col-mb-12 col-2 kit-hidden-tb"><div id="toc-container"><div id="toc"></div></div></div>
2 changes: 1 addition & 1 deletion assets/js/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion footer.php
Expand Up @@ -22,7 +22,7 @@
<?php endif; ?>
<script src="<?php $this->options->themeUrl('assets/OwO/OwO.min.js') ?>"></script>
<?php echo $this->options->userScript ? "<script>".$this->options->userScript."</script>\n" : ""; ?>
<script src="<?php $this->options->themeUrl('assets/js/main.min.js?v=d3cd46698e'); ?>"></script>
<script src="<?php $this->options->themeUrl('assets/js/main.min.js?v=3683f2ca8c'); ?>"></script>
<?php if($this->options->statistics) $this->options->statistics(); ?>
<?php $this->footer(); ?>
</body>
Expand Down

0 comments on commit 6fc0571

Please sign in to comment.