Commit 891b8f687fb9ca263a1fe0574a104b4484807fc4

Hook into the "dom:loaded" event instead of onLoad, to prevent needless flashing
of search button replacement on the new frontpage
  
133133 }
134134};
135135
136Event.observe(window, "load", function(e){
136Event.observe(window, "dom:loaded", function(e){
137137 var blobTable = $("codeblob")
138138 if (blobTable) {
139139 var highlighter = new Gitorious.LineHighlighter(blobTable);