Branch: refs/heads/bootstrap
  Home:   https://github.com/NixOS/hydra
  Commit: fbb857bf800994fc1bc6b86b0a564c85c95345f5
      
https://github.com/NixOS/hydra/commit/fbb857bf800994fc1bc6b86b0a564c85c95345f5
  Author: Rob Vermaas <rob.verm...@gmail.com>
  Date:   2012-04-13 (Fri, 13 Apr 2012)

  Changed paths:
    M src/root/build.tt

  Log Message:
  -----------
  Do not load charts lazily for now.


diff --git a/src/root/build.tt b/src/root/build.tt
index a4712d2..79e52da 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;
                 }      
             }); 
-        }
-    });
-
   });
 
 </script>
@@ -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;
                 }      
             }); 
-        }
-    });
-
   });
 
 </script>


================================================================

_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to