fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add option to disable contact form after given datetime
[edumed.git]
/
edumed
/
static
/
catalogue
/
js
/
lesson.js
1
(function($){
2
$(function() {
3
4
5
$('a.image').colorbox({
6
maxWidth: '100%',
7
maxHeight: '100%',
8
});
9
10
11
});
12
})($);