fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change in multilingual
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
base.js
diff --git
a/wolnelektury/static/js/base.js
b/wolnelektury/static/js/base.js
index
b569383
..
028ab33
100755
(executable)
--- a/
wolnelektury/static/js/base.js
+++ b/
wolnelektury/static/js/base.js
@@
-8,6
+8,15
@@
$('#themes-list-toggle').click(function(event) {
});
+$('.open-player').click(function(event) {
+ event.preventDefault();
+ window.open($(this).attr('href'),
+ 'player',
+ 'width=420, height=500'
+ );
+});
+
+
});
})(jQuery)