use attr instead of data
[redakcja.git] / redakcja / static / edumed / js / edumed.js
index 803eb04..b601128 100644 (file)
         mandatory = v[0];
         optional = v[1];
         all_multiple += mandatory.length + optional.length;
-        pn = pred.data('predicate');
+        pn = pred.attr('data-predicate');
         if (mandatory.indexOf(pn) >= 0 || optional.indexOf(pn) >= 0) {
           count += 1;
           this.piece_correct(qp);