summaryrefslogtreecommitdiff
path: root/src/main.js
AgeCommit message (Collapse)Author
2014-11-19add rz_config, provide id generation scheme control: hash/seq, defaulting to seqLV-426
2014-11-16add a copy to url button, handle the resulting urlAlon Levy
This allows us to send small graphs (up to maximal length of query string - what is that anyway?). Just press the copy button, ctrl-c, and paste to irc, and other side should click it. The real deal, issue #65, needs to actually go to the server and load the graph, which means the server needs to have a document concept.
2014-11-13rename scripts/ -> src/LV-426