fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6b22a830678c54d55286fa9622294e6f3d71d974
[edumed.git]
/
catalogue
/
static
/
catalogue
/
js
/
lesson.js
1
(function($){
2
$(function() {
3
4
5
$('a.image').colorbox();
6
7
8
});
9
})($);