we don't actually use this script

Andromeda Yelton 2012-02-10 14:32:42 -05:00
parent a20b8c0ead
commit fcf634495c
1 changed files with 0 additions and 8 deletions

View File

@ -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();
}));
});