fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
admin support for newsletter
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
js
/
book_text
/
settings.js
1
(function($){$(function(){
2
3
4
$("#menu-settings").show();
5
6
$(".settings-switch").click(function(e) {
7
e.preventDefault();
8
$("body").toggleClass($(this).attr("data-setting"));
9
});
10
11
12
})})(jQuery);