mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +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>
|