From: Radek Czajka Date: Tue, 12 Feb 2013 09:08:59 +0000 (+0100) Subject: add a clearing div in exercises X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/961a81da0b681193f5ac37fedc046002fb1e5512 add a clearing div in exercises --- diff --git a/lib/librarian b/lib/librarian index b25d9102..1ffcf32a 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit b25d910280f7c8573560bbe9ca2718332c438ec3 +Subproject commit 1ffcf32a8d795681f54bd125ca45e908da5ed3fb diff --git a/redakcja/static/edumed/js/edumed.coffee b/redakcja/static/edumed/js/edumed.coffee index 21cbc867..c3d8fa7a 100644 --- a/redakcja/static/edumed/js/edumed.coffee +++ b/redakcja/static/edumed/js/edumed.coffee @@ -119,7 +119,7 @@ class Exercise extends Binding if $added.is(".add-li") $added.wrap("
  • ") - $added.append('x') + $added.append('x
    ') $('.remove', $added).click (ev) => if not ismultiple $($added.data('original')).removeClass('disabled').draggable('enable')