fix typo
authorMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Wed, 13 Feb 2013 14:45:22 +0000 (15:45 +0100)
committerMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Wed, 13 Feb 2013 14:45:22 +0000 (15:45 +0100)
lib/librarian
redakcja/static/edumed/js/edumed.coffee
redakcja/static/edumed/js/edumed.js

index 2919eb4..98a3fbd 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2919eb4f57c7e1c9dead734c685a9b36f34e30ce
+Subproject commit 98a3fbdcedc1b8c4da602b8bb8ee304830a6de1b
index e8762ec..6fce16b 100644 (file)
@@ -396,7 +396,7 @@ class Przyporzadkuj extends Exercise
     count = 0
     all = 0
     if not minimum
-      all = $(".subjects .question-piece", question).length
+      all = $(".subject .question-piece", question).length
 
     for pred in $(".predicate [data-predicate]", question)
       pn = $(pred).attr('data-predicate')
index 17d485f..f720aca 100644 (file)
       count = 0;
       all = 0;
       if (!minimum) {
-        all = $(".subjects .question-piece", question).length;
+        all = $(".subject .question-piece", question).length;
       }
       _ref = $(".predicate [data-predicate]", question);
       for (_i = 0, _len = _ref.length; _i < _len; _i++) {