From 4ab90c4a08b74226dbe48724039d4f9a8805d6c0 Mon Sep 17 00:00:00 2001 From: Alexis Jacomy Date: Thu, 16 Jun 2011 23:23:36 +0200 Subject: Flash fixed on Chrome and Firefox, nodes colors legend first working draft available, layout update --- views/index.tt | 6 ++++-- views/layouts/main.tt | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/index.tt b/views/index.tt index 93ca976..66d71db 100644 --- a/views/index.tt +++ b/views/index.tt @@ -15,13 +15,15 @@
- + +
- + +
diff --git a/views/layouts/main.tt b/views/layouts/main.tt index f547e68..3bf4d0c 100644 --- a/views/layouts/main.tt +++ b/views/layouts/main.tt @@ -29,6 +29,9 @@ $("#query_buttons .fisheye").click(function(){ this.value = stargit.toggleFishEye()?"hide fisheye":"use fisheye"; }); + + flash = document.getElementById("SiGMa"); + stargit.getGraphAttributes(); }); -- cgit v1.2.3