diff --git a/static/js/book-panel.js b/static/js/book-panel.js deleted file mode 100644 index ed29cc1a..00000000 --- a/static/js/book-panel.js +++ /dev/null @@ -1,8 +0,0 @@ -$(document).ready(function(){ - $('.book_panel_interior').bind("mouseenter", (function() { - $(this).children('span').show(); - })); - $('.book_panel_interior').bind("mouseleave", (function() { - $(this).children('span').hide(); - })); -});