think_feel_do_engine 3.22.0 → 3.22.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9226f60443fffcf77453879ba71a2e9a86d2a63c
|
4
|
+
data.tar.gz: 51638e452bdde31e2231c839b0da49bc1f4797da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b27db1d3da8fbd403d1c574c3d1c39dd61e96244b7a96c9feafd7791021f9ad8ccffe58f443f0058d3cf7361910725cfa67155ab1ec2383bc21521c0466617f
|
7
|
+
data.tar.gz: 332db4b947789f9b5eb5e3a69cce66725a1893d66eecf6ca48dd3b95cdc273c072ed8b73313c190d2f8bcf5610ef69e10988ce936884a441cd3d7f1c7409caf2
|
@@ -139,8 +139,11 @@
|
|
139
139
|
$(".start_time_0").val(self.concatStringFromPickers(0));
|
140
140
|
if ($('.has-error').length === 0) {
|
141
141
|
$forms.submit();
|
142
|
+
} else {
|
143
|
+
// re-enable the submit button if there are errors
|
144
|
+
$("#submit_activities").prop('disabled', false);
|
142
145
|
}
|
143
|
-
|
146
|
+
|
144
147
|
return false;
|
145
148
|
} else {
|
146
149
|
return _.each($forms, function (form, index, list) {
|
@@ -162,8 +165,11 @@
|
|
162
165
|
},
|
163
166
|
dataType: "script"
|
164
167
|
});
|
168
|
+
} else {
|
169
|
+
// re-enable the submit button if there are errors
|
170
|
+
$("#submit_activities").prop('disabled', false);
|
165
171
|
}
|
166
|
-
|
172
|
+
|
167
173
|
return false;
|
168
174
|
});
|
169
175
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: think_feel_do_engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.22.
|
4
|
+
version: 3.22.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Carty-Fickes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -1013,4 +1013,3 @@ signing_key:
|
|
1013
1013
|
specification_version: 4
|
1014
1014
|
summary: Summary of ThinkFeelDoEngine.
|
1015
1015
|
test_files: []
|
1016
|
-
has_rdoc:
|