fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
080eb45b509ddc37bc91a6769c9578eaf345267a
[edumed.git]
/
catalogue
/
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
})($);