fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'custompdf'
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
base.js
diff --git
a/wolnelektury/static/js/base.js
b/wolnelektury/static/js/base.js
index
33026ac
..
32cdd70
100755
(executable)
--- a/
wolnelektury/static/js/base.js
+++ b/
wolnelektury/static/js/base.js
@@
-114,6
+114,8
@@
$('.open-player').click(function(event) {
return false;
});
+ $('.hoverclick').click(function() {$(this).closest('.hoverget').toggleClass('hover');});
+
$(function(){
$("#search").search();});