fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Yet another set literal.
[wolnelektury.git]
/
apps
/
catalogue
/
static
/
player
/
openplayer.js
diff --git
a/apps/catalogue/static/player/openplayer.js
b/apps/catalogue/static/player/openplayer.js
index
e8da79c
..
4fe27bd
100644
(file)
--- 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
'
);
});