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

@ -42,8 +42,3 @@
sortable_element 'list-contexts-active', get_listing_sortable_options
sortable_element 'list-contexts-hidden', get_listing_sortable_options
-%>
<script type="text/javascript">
window.onload=function(){
Nifty("div#context_new_container","normal");
}
</script>