From: Marcin Koziej Date: Wed, 13 Feb 2013 14:45:22 +0000 (+0100) Subject: fix typo X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/59f6e6616b1b01350f1eaa97ed026e8a8524da1f fix typo --- diff --git a/lib/librarian b/lib/librarian index 2919eb4f..98a3fbdc 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit 2919eb4f57c7e1c9dead734c685a9b36f34e30ce +Subproject commit 98a3fbdcedc1b8c4da602b8bb8ee304830a6de1b diff --git a/redakcja/static/edumed/js/edumed.coffee b/redakcja/static/edumed/js/edumed.coffee index e8762ec5..6fce16bf 100644 --- a/redakcja/static/edumed/js/edumed.coffee +++ b/redakcja/static/edumed/js/edumed.coffee @@ -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') diff --git a/redakcja/static/edumed/js/edumed.js b/redakcja/static/edumed/js/edumed.js index 17d485f8..f720aca1 100644 --- a/redakcja/static/edumed/js/edumed.js +++ b/redakcja/static/edumed/js/edumed.js @@ -516,7 +516,7 @@ 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++) {