X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/01d7c5f6d52a56a9800ea7eccfeb25762261813d..5eeb9dace6068f83e2b70b5222cfab0c0a5e71eb:/wolnelektury/static/js/base.js diff --git a/wolnelektury/static/js/base.js b/wolnelektury/static/js/base.js index 7c02f030a..32cdd7068 100755 --- a/wolnelektury/static/js/base.js +++ b/wolnelektury/static/js/base.js @@ -101,7 +101,7 @@ $('.open-player').click(function(event) { event.preventDefault(); window.open($(this).attr('href'), 'player', - 'width=420, height=500' + 'width=422, height=500' ); }); @@ -114,6 +114,8 @@ $('.open-player').click(function(event) { return false; }); + $('.hoverclick').click(function() {$(this).closest('.hoverget').toggleClass('hover');}); + $(function(){ $("#search").search();});