[guadec-web] Update price when changing room type
- From: Pascal Terjan <pterjan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web] Update price when changing room type
- Date: Mon, 14 Jul 2014 16:26:15 +0000 (UTC)
commit f9b53d38e0a84651d2f7de97a11cf3c055705ede
Author: Pascal Terjan <pterjan gmail com>
Date: Sun Jul 13 22:21:54 2014 +0000
Update price when changing room type
guadec/js/calculate-total.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/guadec/js/calculate-total.js b/guadec/js/calculate-total.js
index c5f2de9..abd5f4b 100644
--- a/guadec/js/calculate-total.js
+++ b/guadec/js/calculate-total.js
@@ -108,6 +108,9 @@ $(function() {
$('#depart').on('change' , function(){
callAccomCalculate();
})
+ $('#room_type').on('change' , function(){
+ callAccomCalculate();
+ })
/* Checkboxes call events */
$("[value=lunch]").change(function(){
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]