From 59f6e6616b1b01350f1eaa97ed026e8a8524da1f Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Wed, 13 Feb 2013 15:45:22 +0100 Subject: [PATCH] fix typo --- lib/librarian | 2 +- redakcja/static/edumed/js/edumed.coffee | 2 +- redakcja/static/edumed/js/edumed.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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++) { -- 2.20.1