fix prawdafalsz - thanks a lot jquery
authorMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Mon, 11 Feb 2013 10:40:00 +0000 (11:40 +0100)
committerMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Mon, 11 Feb 2013 10:40:00 +0000 (11:40 +0100)
redakcja/static/edumed/js/edumed.coffee
redakcja/static/edumed/js/edumed.js

index afe75d0..9c3b3df 100644 (file)
@@ -456,7 +456,7 @@ class PrawdaFalsz extends Exercise
   show_solutions: ->
     @reset()
     for qp in $(".question-piece", @element)
-      if $(qp).data('solution') == 'true'
+      if $(qp).data('solution') == true
         $(".true", qp).click()
       else
         $(".false", qp).click()
index c8e37c3..1952c63 100644 (file)
       _results = [];
       for (_i = 0, _len = _ref.length; _i < _len; _i++) {
         qp = _ref[_i];
-        if ($(qp).data('solution') === 'true') {
+        if ($(qp).data('solution') === true) {
           _results.push($(".true", qp).click());
         } else {
           _results.push($(".false", qp).click());