Skip to content

Commit

Permalink
DHH forgot to remove JS, CSS in generated index.html [rails#5261 stat…
Browse files Browse the repository at this point in the history
…e:resolved]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
  • Loading branch information
johanlunds authored and spastorino committed Jul 31, 2010
1 parent 1d1f810 commit 96f8325
Showing 1 changed file with 0 additions and 23 deletions.
Expand Up @@ -151,19 +151,6 @@
}


#search {
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: 11px;
}
#search input {
font-size: 11px;
margin: 2px;
}
#search-text {width: 170px}


#sidebar ul {
margin-left: 0;
padding-left: 0;
Expand Down Expand Up @@ -194,16 +181,6 @@
info.innerHTML = xhr.responseText;
info.style.display = 'block'
}

function prepend() {
search = document.getElementById('search-text');
text = search.value;
search.value = 'site:rubyonrails.org ' + text;
}

window.onload = function() {
document.getElementById('search-text').value = '';
}
</script>
</head>
<body>
Expand Down

0 comments on commit 96f8325

Please sign in to comment.