From: Radek Czajka Date: Tue, 12 Jun 2012 11:35:08 +0000 (+0200) Subject: fixes #2159: scrollbars in audioplayer X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/c62abdd7f36455aacc7cbd04d944576013019f53?ds=inline;hp=-c fixes #2159: scrollbars in audioplayer --- c62abdd7f36455aacc7cbd04d944576013019f53 diff --git a/apps/catalogue/static/player/openplayer.js b/apps/catalogue/static/player/openplayer.js index e8da79c81..4fe27bd31 100644 --- a/apps/catalogue/static/player/openplayer.js +++ b/apps/catalogue/static/player/openplayer.js @@ -7,7 +7,7 @@ $('.open-player').click(function(event) { event.preventDefault(); window.open($(this).attr('href'), 'player', - 'width=422, height=500' + 'width=422, height=500, scrollbars=1' ); });