+
+
+
+
+
+
+
+
+
+
+
+
@@ -18,9 +56,9 @@
-
-
+ $('#durationSwitch').change(function(){
+ var duration = $('#duration');
+ if ($(this).prop('checked')) {
+ duration.prop('disabled', false).val("120");
+ } else {
+ duration.prop('disabled', true).val(null);
+ }
+ });
+
\ No newline at end of file