we don't actually use this script
parent
a20b8c0ead
commit
fcf634495c
|
@ -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();
|
||||
}));
|
||||
});
|
Loading…
Reference in New Issue