Eval:!(doc.__islocal)

What does this mean?

If eval:!(doc.__islocal) is true, the document is local(not saved)

local = local to your browser, i.e. not on the server

eval: = evaluate

! = not equals

doc = document

__islocal = is not saved

6 Likes