From 66f704d650ddf66b86d2add825c43bcea8d84de5 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 12 Nov 2014 09:30:05 +0200 Subject: add a copy to url button, handle the resulting url 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. --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index d2978099..170a94d7 100644 --- a/index.html +++ b/index.html @@ -91,11 +91,18 @@ +
+
+ +
+
Import -- cgit v1.3.1