[guadec-web] Try fixing previous fix
- From: Pascal Terjan <pterjan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web] Try fixing previous fix
- Date: Tue, 22 Jul 2014 12:49:51 +0000 (UTC)
commit 4111c318119b65ff8c2e561ea6e1ea9e05d8e81a
Author: Pascal Terjan <pterjan gmail com>
Date: Tue Jul 22 12:49:40 2014 +0000
Try fixing previous fix
guadec/js/calculate-total.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/guadec/js/calculate-total.js b/guadec/js/calculate-total.js
index 22bc294..89eb2d8 100644
--- a/guadec/js/calculate-total.js
+++ b/guadec/js/calculate-total.js
@@ -68,13 +68,13 @@ function enableDisableA(obj) {
$("[name=room_type]").prop("disabled", false);
$("[name=sponsored]").removeAttr('checked');
$(".box-options-accom").removeClass("disabled");
+ enableDisableR($("[name=room_type]"));
}
else {
$("[name=arrival]").prop("disabled", true);
$("[name=departure]").prop("disabled", true);
$("[name=room_type]").prop("disabled", true);
$(".box-options-accom").addClass("disabled");
- enableDisableR($("[name=room_type]"));
}
}
function enableDisableS(obj) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]