1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
ttrss/lib/dijit/templates/Tree.html

7 lines
364 B
HTML
Raw Normal View History

<div role="tree">
2012-08-14 16:59:10 +02:00
<div class="dijitInline dijitTreeIndent" style="position: absolute; top: -9999px" data-dojo-attach-point="indentDetector"></div>
<div class="dijitTreeExpando dijitTreeExpandoLoading" data-dojo-attach-point="rootLoadingIndicator"></div>
<div data-dojo-attach-point="containerNode" class="dijitTreeContainer" role="presentation">
</div>
2012-08-14 16:59:10 +02:00
</div>