images
[edumed.git] / curriculum / static / curriculum / curriculum.js
index e30375a..0bdafc2 100755 (executable)
@@ -1,5 +1,5 @@
 $(function() {
-    if (curriculum_hide_form) {
+    if (typeof(curriculum_hide_form) != "undefined") {
         $('.curriculum-form form').hide();
         $('.curriculum-form h2 a span').show();
     }