fixes #2159: scrollbars in audioplayer
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 12 Jun 2012 11:35:08 +0000 (13:35 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 12 Jun 2012 11:35:08 +0000 (13:35 +0200)
apps/catalogue/static/player/openplayer.js

index e8da79c..4fe27bd 100644 (file)
@@ -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'
         );
 });