fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of github.com:fnp/wolnelektury
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
base.js
diff --git
a/wolnelektury/static/js/base.js
b/wolnelektury/static/js/base.js
index
d8d31b3
..
32cdd70
100755
(executable)
--- a/
wolnelektury/static/js/base.js
+++ b/
wolnelektury/static/js/base.js
@@
-101,7
+101,7
@@
$('.open-player').click(function(event) {
event.preventDefault();
window.open($(this).attr('href'),
'player',
event.preventDefault();
window.open($(this).attr('href'),
'player',
- 'width=42
0
, height=500'
+ 'width=42
2
, height=500'
);
});
);
});
@@
-114,6
+114,10
@@
$('.open-player').click(function(event) {
return false;
});
return false;
});
+ $('.hoverclick').click(function() {$(this).closest('.hoverget').toggleClass('hover');});
+
+ $(function(){
+ $("#search").search();});
});
})(jQuery)
});
})(jQuery)