fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b5693830bb04bc099d9f58dca692467e63a7ac79
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
base.js
1
(function($) {
2
$(function() {
3
4
5
$('#themes-list-toggle').click(function(event) {
6
event.preventDefault();
7
$('#themes-list').toggle('slow');
8
});
9
10
11
});
12
})(jQuery)
13