This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zotero.ItemTreeView.prototype.sort = function(itemID) | |
{ | |
var t = new Date; | |
// If Zotero pane is hidden, mark tree for sorting later in setTree() | |
if (!this._treebox.columns) { | |
this._needsSort = true; | |
return; | |
} | |
this._needsSort = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
statyti - to build | |
statyti-s - to build (for) yourself | |
at-statyti - to rebuild | |
ne-statyti - to not build | |
at-si-statyti - to rebuild (for) yourself | |
ne-si-statyti - to not build (for) yourself | |
ne-at-statyti - to not rebuild | |
ne-at-si-statyti - to not rebuild (for) yourself | |
--- | |
staty-din-ti - to put into a position |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<div role="tree" | |
aria-label="Collections" aria-activedescendant="collection-tree-row-0" style="position: relative;"> | |
<div class="row" | |
style="padding-inline-start: 0px; height: 20px; line-height: 20px; top: 0px; position: absolute;" | |
aria-level="1" aria-setsize="20" aria-posinset="1" aria-expanded="true" role="treeitem" draggable="true" | |
data-event-handlers-attached="true" id="collection-tree-row-0" aria-selected="true"><span | |
class="cell label primary"><span class="icon icon-twisty twisty open" style="pointer-events: auto;"><svg | |
width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><polyline |