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; } }); - } - }); - });