most of stage 2
[edumed.git] / edumed / static / catalogue / js / lesson.js
diff --git a/edumed/static/catalogue/js/lesson.js b/edumed/static/catalogue/js/lesson.js
new file mode 100755 (executable)
index 0000000..080eb45
--- /dev/null
@@ -0,0 +1,12 @@
+(function($){
+$(function() {
+
+
+$('a.image').colorbox({
+    maxWidth: '100%',
+    maxHeight: '100%',
+});
+
+
+});
+})($);