Cleaning up Prototype remnants and refactoring

Moved some stuff, like Nifty Corners, into application.js to speed things up.
This commit is contained in:
Eric Allen 2009-10-16 23:52:52 -04:00
parent 01e4cdb178
commit 67e88acacc
8 changed files with 40 additions and 63 deletions

View file

@ -34,9 +34,3 @@
</table>
</div><!-- End of feeds -->
</div>
<script type="text/javascript">
window.onload=function(){
Nifty("div#feedlegend","normal");
}
</script>

View file

@ -15,9 +15,3 @@
</p>
</div><!-- End of feeds -->
</div><!-- End of display_box -->
<script type="text/javascript">
window.onload=function(){
Nifty("div#feedlegend","normal");
}
</script>