Prepared for SP 4-6.
[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 })($);