mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
6 lines
158 B
Markdown
6 lines
158 B
Markdown
<script>
|
|
window.onload = function(){
|
|
var aList = $('.ydoc-nav').find('a');
|
|
$(aList[aList.length-1]).css('display','none');
|
|
}
|
|
</script> |