diff options
Diffstat (limited to 'views/layouts/main.tt')
| -rw-r--r-- | views/layouts/main.tt | 3 |
1 files changed, 3 insertions, 0 deletions
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(); }); </script> </head> |
