fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added epub download desc
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
catalogue.js
diff --git
a/wolnelektury/static/js/catalogue.js
b/wolnelektury/static/js/catalogue.js
index
4b09de8
..
cb31654
100644
(file)
--- a/
wolnelektury/static/js/catalogue.js
+++ b/
wolnelektury/static/js/catalogue.js
@@
-479,6
+479,12
@@
function serverTime() {
})
}
);
+
+ $('.book-list-index').click(function(){
+ $('.book-list-show-index').hide('slow');
+ $(this).parent().next('ul').toggle('slow');
+ return false;
+ });
});
})(jQuery)