prettier player window,
[wolnelektury.git] / wolnelektury / static / js / base.js
index 7c02f03..33026ac 100755 (executable)
@@ -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'
         );
 });