mumuki-laboratory 5.0.10 → 5.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 687cb25da2b7b117a69aee4ea6f6e43c273dd02df35f6d950e04bba9a6c29a02
4
- data.tar.gz: 5fc3c5c9f5a8692e90aa923cd232e34d7450c35623f23a52bb1cf12cac7d7cdb
3
+ metadata.gz: 2f1139b35f1454c632b80f188cf7bd350ee942fa6655c31b20fb1f61e88db146
4
+ data.tar.gz: 6d18bd0aa898974f6d814fa6e46485d6a9e2e8539b371a17dfd594c69a23ba72
5
5
  SHA512:
6
- metadata.gz: 2f2a09624da7c57fed02a5d0e0dcac4deb359d4775976543329e3a570292018504fbe264159d8c0f1a2cb639e7cd4202f61a579a7226a55b14f5e6b771d75151
7
- data.tar.gz: 4c138d17b4073663497a1f1e558ce2f57dfe95c16f4990c2fa2cc790a78decebf63a849ad5efd7dbca4c5afbf584723d0d70cb03ba73538c0d49e4ca29377b89
6
+ metadata.gz: efa6053cc9093ecf93a714e940dc35262df4e16323c035186a0b1aad5fe7fa201592b6f1837934250ec457a7dedf21b04362a2ee739f45b64e7643db0c1f6b06
7
+ data.tar.gz: 22b72df44eef1582c387255a7f4a1f7a94a0b28edb4a8203fbd99b70421d8dbbc5d3f397b01f5d061c2b72914d09f68503b8a29aa02ac55bb8053200043dd21b
@@ -96,8 +96,8 @@ mumuki.load(function () {
96
96
  };
97
97
 
98
98
  mumuki.showKidsResult = function (data) {
99
+ mumuki.updateProgressBarAndShowModal(data);
99
100
  if (data.guide_finished_by_solution) return;
100
-
101
101
  $(".submission-results").html(data.html);
102
102
 
103
103
  var results_kids_modal = this.getKidsResultsModal();
@@ -14,7 +14,6 @@ var mumuki = mumuki || {};
14
14
  },
15
15
  success: function (data, submitButton) {
16
16
  this.submissionsResultsArea.html(data.html);
17
- mumuki.showKidsResult(data);
18
17
  data.status === 'aborted' ? this.error(submitButton) : submitButton.enable();
19
18
  mumuki.updateProgressBarAndShowModal(data);
20
19
  },
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Laboratory
3
- VERSION = '5.0.10'
3
+ VERSION = '5.0.11'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-laboratory
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.10
4
+ version: 5.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli