fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cites: sticky and custom backgrounds.
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
js
/
base.js
diff --git
a/apps/wolnelektury_core/static/js/base.js
b/apps/wolnelektury_core/static/js/base.js
index
77315e6
..
d43f1f2
100755
(executable)
--- a/
apps/wolnelektury_core/static/js/base.js
+++ b/
apps/wolnelektury_core/static/js/base.js
@@
-97,15
+97,6
@@
$('#themes-list-toggle').click(function(event) {
});
});
-$('.open-player').click(function(event) {
- event.preventDefault();
- window.open($(this).attr('href'),
- 'player',
- 'width=422, height=500'
- );
-});
-
-
$('.book-list-index').click(function(){
$('.book-list-show-index').hide('slow');
if($(this).parent().next('ul:not(:hidden)').length == 0){
$('.book-list-index').click(function(){
$('.book-list-show-index').hide('slow');
if($(this).parent().next('ul:not(:hidden)').length == 0){