fix in librarian
[wolnelektury.git] / 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'
         );
 });