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