znt/extension/lite/doc/ext/ui/tablecontents.lite.html.hook.php

12 lines
237 B
PHP
Raw Permalink Normal View History

<script>
window.waitDom('.sidebar a[href*="showFiles"]', function()
{
this.closest('li.tree-item').remove();
});
window.waitDom('.sidebar .icon.icon-paper-clip', function()
{
this.closest('li.tree-item').remove();
});
</script>