From fbb857bf800994fc1bc6b86b0a564c85c95345f5 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 13 Apr 2012 14:50:48 +0200 Subject: [PATCH] Do not load charts lazily for now. --- src/root/build.tt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/root/build.tt b/src/root/build.tt index a4712d2a..79e52dae 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -478,9 +478,6 @@ }; - $('#generic-tabs').bind('tabsshow', function(event, ui) { - if (ui.panel.id == "tabs-history") { - var plot = $.plot($("#placeholder"), [d], options); var overview = $.plot($("#overview"), [d], { @@ -517,9 +514,6 @@ window.location = "/build/"+buildid; } }); - } - }); - }); @@ -550,9 +544,6 @@ }; - $('#generic-tabs').bind('tabsshow', function(event, ui) { - if (ui.panel.id == "tabs-history") { - var plot = $.plot($("#placeholder-size"), [d], options); var overview = $.plot($("#overview-size"), [d], { @@ -589,9 +580,6 @@ window.location = "/build/"+buildid; } }); - } - }); - });