add a note about showing pinned file usage
This commit is contained in:
parent
da69c1822c
commit
e0ecf651e2
@ -1878,6 +1878,10 @@ define([
|
|||||||
});
|
});
|
||||||
|
|
||||||
var getProperties = function (el) {
|
var getProperties = function (el) {
|
||||||
|
/* TODO...
|
||||||
|
if we make this async, we can include an RPC call to the server which tells us
|
||||||
|
the size of the pinned file (if it is pinned) */
|
||||||
|
|
||||||
if (!filesOp.isFile(el)) { return; }
|
if (!filesOp.isFile(el)) { return; }
|
||||||
var ro = filesOp.isReadOnlyFile(el);
|
var ro = filesOp.isReadOnlyFile(el);
|
||||||
var base = window.location.origin;
|
var base = window.location.origin;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user